CNN-Visualization
TensorFlow implementations of visualization of convolutional neural networks, such as Grad-Class Activation Mapping and guided back propagation
File Explorer
Download Latest Version (.zip)- 003_0020.jpg
- cat.jpg
- im_0.png
- test_0.png
- celtech_change.png
- celtech_diff.png
- celtech_result.png
- README.md
- conv1_2_feat.png
- conv1_2_im.png
- conv2_2_feat.png
- conv2_2_im.png
- conv3_4_feat.png
- conv3_4_im.png
- conv4_4_feat.png
- conv4_4_feat_171.png
- conv4_4_feat_349.png
- conv4_4_im.png
- conv4_4_im_171.png
- conv4_4_im_349.png
- conv5_2_feat.png
- conv5_2_im.png
- conv1_2_feat.png
- conv1_2_im.png
- conv2_2_feat.png
- conv2_2_feat_59.png
- conv2_2_im.png
- conv2_2_im_59.png
- conv3_4_feat.png
- conv3_4_feat_166.png
- conv3_4_im.png
- conv3_4_im_166.png
- conv4_4_feat.png
- conv4_4_feat_171.png
- conv4_4_im.png
- conv4_4_im_171.png
- conv5_2_feat.png
- conv5_2_im.png
- README.md
- GoogLeNet_inception3a.png
- GoogLeNet_inception3b.png
- GoogLeNet_inception4a.png
- GoogLeNet_inception4b.png
- GoogLeNet_inception4c.png
- GoogLeNet_inception4d.png
- GoogLeNet_inception4e.png
- GoogLeNet_inception5a.png
- GoogLeNet_inception5b.png
- GoogLeNet.png
- GoogLeNet_filter.png
- GoogLeNet_inception3a.png
- GoogLeNet_inception3b.png
- GoogLeNet_inception4a.png
- GoogLeNet_inception4b.png
- GoogLeNet_inception4c.png
- GoogLeNet_inception4d.png
- GoogLeNet_inception4e.png
- GoogLeNet_inception5a.png
- GoogLeNet_inception5b.png
- README.md
- comparecam.png
- ex1.png
- ex2.png
- README.md
- gbp.png
- gbp1.png
- gbp2.png
- gbp3.png
- gbp4.png
- README.md
- cam.py
- config_cam.py
- config_path.py
- deconv.py
- gap.py
- gradcam.py
- guided_backpropagation.py
- invert.py
- run.sh
- setup_env.py
- vizfilter.py
- __init__.py
- cifar.py
- image.py
- __init__.py
- cam.py
- gap.py
- grad_cam.py
- guided_backpro.py
- invert.py
- __init__.py
- googlenet.py
- layers.py
- vgg.py
- __init__.py
- image.py
- normalize.py
- viz.py
- __init__.py
- setup_test_env.py
- test_cam.py
- test_gradcam.py
- test_guided_backprop.py
- .gitignore
- .travis.yml
- LICENSE
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/conan7882/CNN-Visualization
Downloads the entire project code from GitHub to your computer.
cd CNN-Visualization
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
