You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
+
10
16
### Usage Instructions:
11
17
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.
12
18
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
18
24
Learning Deep Features for Discriminative Localization.
19
25
Computer Vision and Pattern Recognition (CVPR), 2016
20
26
27
+
### License:
28
+
The pre-trained models and techniques could be used without constraints.
29
+
21
30
Contact [Bolei Zhou](http://people.csail.mit.edu/bzhou/) if you have questions.
0 commit comments