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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,21 +14,21 @@ Some predicted class activation maps:
14
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
15
16
16
### Usage Instructions:
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.
18
-
2. Clone the code from Github:
17
+
* 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.
18
+
* Clone the code from Github:
19
19
```
20
20
git clone https://github.com/metalbubble/CAM.git
21
21
cd CAM
22
22
```
23
-
3. Download the pretrained network
23
+
* Download the pretrained network
24
24
```
25
25
sh models/download.sh
26
26
```
27
-
4. Run the demo code to generate the heatmap: in matlab terminal,
27
+
* Run the demo code to generate the heatmap: in matlab terminal,
28
28
```
29
29
demo
30
30
```
31
-
5. Run the demo code to generate bounding boxes from the heatmap: in matlab terminal,
31
+
* Run the demo code to generate bounding boxes from the heatmap: in matlab terminal,
32
32
```
33
33
generate_bbox
34
34
```
@@ -40,8 +40,8 @@ The demo video of what the CNN is looking is [here](https://www.youtube.com/watc
40
40
@inproceedings{zhou2016cvpr,
41
41
author = {Zhou, Bolei and Khosla, Aditya and Lapedriza, Agata and Oliva, Aude and Torralba, Antonio},
42
42
title = {Learning Deep Features for Discriminative Localization},
43
-
booktitle = {Computer Vision and Pattern Recognition (CVPR)},
44
-
year = {2016},
43
+
booktitle = {Computer Vision and Pattern Recognition},
0 commit comments