C3D icon indicating copy to clipboard operation
C3D copied to clipboard

Visualize deconvolution of C3D feature map

Open GFTQ opened this issue 7 years ago • 3 comments

Hi, I just wanna visualize deconvolution of C3D feature map of pre-trained models to explain what C3D have learned, i have tried some open source code, such as deep-visualization-toolbox,but they seems only valid for 2D convolutional neural network, can you give me some advices on the deconvolution of C3D models.

many thanks! GFTQ

GFTQ avatar May 15 '17 08:05 GFTQ

Hi, Besides, i wanna figure out how to use the tool: extract_learned_filters.bin, what about next? can you explain the details? Thank you very much.

GFTQ avatar May 17 '17 14:05 GFTQ

There seems to be some deconv3d prototxt files over here in ./examples/v2v/ . https://github.com/facebook/C3D/tree/master/C3D-v1.0/examples/v2v/ucf101_optical_flow Maybe it's a clue to visualize the learned filters? I'm sorry I don't know anything else so I can't help you

dangmanhtruong1995 avatar Apr 06 '18 14:04 dangmanhtruong1995

Hi, I have the same problem with you,I wanna see what C3D have learned from my own trained model.Have you figure out how to use the:extract_learned_filters.bin?

immelo avatar May 09 '18 06:05 immelo