- Build your CNN
- Then unzip the repository into the same directory as that of the CNN
- In the code from convvislib import Conv_layervis
- Then call the instance and feed the layer and the image.
layer = net.conv1 -> The layer data
Conv_layervis(layer , img) -> Instance call