- Result: Visualization Page, report
- Support models from caffe (June 2016) and matconvnet (1.0-beta12, May 2015)
(caffe support: AlexNet/VGG-16/NIN/GoogleNet; matconvet support: AlexNet)
(matconvnet: upgrade the models with the
vl_simplenn_tidy
function.)
- Visualize single neurons with caffe model:
- Edit param_init.m: caffe/matcaffe location
- Download imagenet models link and put under models/
- Edit and run: V_neuron_single.m
- Visualize Intra-class variation
- Visualize hierarchical binary CNN code
- Image Completion
- 2016.08: code organization
- update caffe version to June 2016
- add links to compatible CNN models
- 2016.04: add object insertion
- object insertion (V_app_inpaint.m)
- 2015.07: initial release
- support caffe (July 2015) and matconvnet (1.0-beta12, May 2015)
- single neuron visualization (V_neuron_single.m)
The code is heavily based on aravindhm's deep-goggle