feichtenhofer / twostreamfusion

Code release for "Convolutional Two-Stream Network Fusion for Video Action Recognition", CVPR 2016.
http://www.robots.ox.ac.uk/~vgg/software/two_stream_action/
Other
714 stars 187 forks source link

How to extract feature from fusion net? #15

Open YongyiTang92 opened 8 years ago

YongyiTang92 commented 8 years ago

Hi, I would like to directly extract feature from the pretrain nets. How can I modify the code since cnn_ucf101_fusion.m is supposed to train the nets.

xiaollz commented 7 years ago

Hi, did you manage to extract feature from this architecture?

YongyiTang92 commented 7 years ago

Sorry, I only successfully extracted feature from the original two-stream net.

xiaollz commented 7 years ago

Could you tell me how did you do that. I didn't figure out where is the feed-forward part in their code.