hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
588 stars 262 forks source link

Confirmation on the train and test #65

Open aliericcantona opened 6 years ago

aliericcantona commented 6 years ago

Hi,

I successfully re-trained the C3D with UCF101 dataset.

How? Used script to decode the videos Used the script to generate train/test (fixed the code on CENTOS7 does not have jot command). [non-deterministic split]

Fixes:

Simple benchmark: num_frames = 16 Accuracy = 66.82% (Correct_predicted_labels/num_files) num_frames = 1 Accuracy = 64.00%

Is that something that you guys expect too? I am not using sports1M model as a starting model though purely UCF101 training.

When you reduce the num_frames to 1, that is good. Not losing that much.