-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme
More file actions
12 lines (8 loc) · 832 Bytes
/
Copy pathReadme
File metadata and controls
12 lines (8 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Function:
This project is aimed at implementing deconvolution in caffe of the latest version.
It selects the first nine feature maps with the strongest activation and projects them to the first layer. Also, the receptive field windows are calculated from the location with the strongest activation in each feature map and they are used to crop the original image to show the correspongding features.
Usage:
If you want to use it to visualize, you can change the model path, weight path, image path and so on. There are some examples about how to write files.
Note:
The extra source files that implements the whole deconvolution are downloaded from https://github.com/piergiaj/caffe-deconvnet.
Small fixes are made to be compatible with caffe of new version. You can add them to your own caffe source folder and include folder.