facebookarchive / C3D

C3D is a modified version of BVLC caffe to support 3D ConvNets.
Other
1.17k stars 508 forks source link

Different data preparation methods during training and feature extraction? #369

Open dangmanhtruong1995 opened 6 years ago

dangmanhtruong1995 commented 6 years ago

Hi, I have some questions regarding the C3D paper:

jane212 commented 6 years ago

Same question about feature extractor. In the example code here, it seems extract frames every 60 secs. And didn't see where the L2 Norm implemented, as paper said there should be an L2 Norm after averaging the features.