Skip to content

Commit ed2d773

Browse files
committed
readme new
1 parent 28ecb73 commit ed2d773

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ The framework of the Class Activation Mapping is as below:
77
Some predicted class activation maps:
88
![Results](http://cnnlocalization.csail.mit.edu/example.jpg)
99

10+
### Pre-trained models:
11+
* GoogLeNet-CAM model on ImageNet: ```models/deploy_googlenetCAM.prototxt``` weights:[http://cnnlocalization.csail.mit.edu/demoCAM/models/imagenet_googleletCAM_train_iter_120000.caffemodel]
12+
* VGG16-CAM model on ImageNet: ```models/deploy_vgg16CAM.prototxt``` weights:[http://cnnlocalization.csail.mit.edu/demoCAM/models/vgg16CAM_train_iter_90000.caffemodel]
13+
* GoogLeNet-CAM model on Places205: ```models/deploy_googlenetCAM_places205.prototxt``` weights:[http://cnnlocalization.csail.mit.edu/demoCAM/models/places_googleletCAM_train_iter_120000.caffemodel]
14+
* AlexNet-CAM on Places205 (used in the [online demo](http://places.csail.mit.edu/demo.html)):```models/deploy_alexnetplusCAM_places205.prototxt``` weights:[http://cnnlocalization.csail.mit.edu/demoCAM/models/alexnetplusCAM_places205.caffemodel]
15+
1016
### Usage Instructions:
1117
1. Install [caffe](https://github.com/BVLC/caffe), compile the matcaffe (matlab wrapper for caffe), and make sure you could run the prediction example code classification.m.
1218
2. In matlab, run demo.m.
@@ -18,5 +24,8 @@ The demo video of what the CNN is looking is [here](https://www.youtube.com/watc
1824
Learning Deep Features for Discriminative Localization.
1925
Computer Vision and Pattern Recognition (CVPR), 2016
2026

27+
### License:
28+
The pre-trained models and techniques could be used without constraints.
29+
2130
Contact [Bolei Zhou](http://people.csail.mit.edu/bzhou/) if you have questions.
2231

0 commit comments

Comments
 (0)