Skip to content

Python program to calculate and visualize effective receptive field of a layer in deep convolution neural network

Notifications You must be signed in to change notification settings

sunnynevarekar/cnn_receptive_field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Effective receptive field in Deep Convolution neural network

The receptive field in Convolutional Neural Networks (CNN) is the region of the input space that affects a particular unit of the network. Python program receptivefield.py calculates effective receptive field for a given layer in CNN.

Usage:

python receptivefield.py [-i IMAGE_PATH] [-s1 IMG_HEIGHT] [-s2 IMG_WIDTH] [-l LAYER_NAME]

E.g.

python receptivefield.py --img_path=resources/sat.png --img_height=512 --img_width=512 --layer_name=down5_conv2

alt text

About

Python program to calculate and visualize effective receptive field of a layer in deep convolution neural network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages