caffe-deconvnet icon indicating copy to clipboard operation
caffe-deconvnet copied to clipboard

Questions about using caffe-deconvnet

Open w20ss11 opened this issue 8 years ago • 3 comments

Thanks for releasing your excellent work. I have run the demo in the deconvnet-python-demo file folder ,and I got the outputs. The following pictures are originated from “pool5” as shown in your python code.

11111111111 333333333333

Besides, I want know how to get the deconvolutional outputs from other layers’ feature map. I have tried to change some code in line 68 of the test_deconv.py(change pool5 to pool4). However, I met some errors here. qq 20161011172605

In addition, Could you tell me how to use other models to perform deconvolution and draw the outputs? Thank you very much.

w20ss11 avatar Oct 11 '16 09:10 w20ss11

You'll have to change the model defined in invnet.prototxt to start at the correct layer (for example, pool4 instead of pool 5), which should be as simple as deleting a few extra layers.

To make this work with other models, you'll have to create the inverse model file for it (like the invnet.prototxt file) and connect the switches and other inputs to the model.

piergiaj avatar Oct 19 '16 15:10 piergiaj

Thanks for your codes!I field to modify the new Caffe,got a lot of trouble, Where can I download the Caffe you used for deconvnet?3Q very much!

Pratyeka avatar Nov 02 '16 03:11 Pratyeka

Hello@w20ss11
I have the same problem with you.Have you already solved it ?And Can you give me some advises to work it out. 3Q very much.

GloryZhao avatar Jan 05 '17 02:01 GloryZhao