https://github.com/cg1507/convnet-zoo
:video_game: PlayGround for Convolutional Neural Networks + Layerwise Activation Map
https://github.com/cg1507/convnet-zoo
convolutional-neural-networks keras model-zoo tensorboard tensorflow visualization-tools
Last synced: 3 months ago
JSON representation
:video_game: PlayGround for Convolutional Neural Networks + Layerwise Activation Map
- Host: GitHub
- URL: https://github.com/cg1507/convnet-zoo
- Owner: CG1507
- License: mit
- Created: 2018-11-23T07:55:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T05:43:03.000Z (over 6 years ago)
- Last Synced: 2023-09-25T00:30:17.792Z (over 1 year ago)
- Topics: convolutional-neural-networks, keras, model-zoo, tensorboard, tensorflow, visualization-tools
- Language: Python
- Homepage:
- Size: 8.88 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:deciduous_tree: ConvNet-Zoo :deciduous_tree:
:video_game: PlayGround
![]()
## Requirements:
* PyQt5
* Tensorflow
* Keras
* numpy
* scipy
* h5py
* wget
* Pillow
* six
* scikit-image## Run:
Very first time it will download the weights of the model you pick, so it requires an internet connection.
```
python3 gui.py
```## For Tensorboard:
TensorBoard gives you flexibility to visualize all the test image on same model with brightness and contrast adustment.
```
tensorboard --logdir=
```## License
[MIT](https://choosealicense.com/licenses/mit/)## Author
[
](https://github.com/CG1507)
## Acknowledgement
:green_heart: [tfcnn_vis](https://github.com/InFoCusp/tf_cnnvis)