yjxiong / temporal-segment-networks

Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
BSD 2-Clause "Simplified" License
1.53k stars 477 forks source link

Release Plan #1

Open yjxiong opened 8 years ago

yjxiong commented 8 years ago

To improve the ease of use for the community, let's plan on how we gonna organize the released codebase.

yjxiong commented 8 years ago

As of Aug. 8, we have released the basic functionalities. The MATLAB scripts and WARP-related stuff will be released very soon.

double-vane commented 7 years ago

@yjxiong flow modality not work now?

yjxiong commented 7 years ago

@double-vane why did you say that?

double-vane commented 7 years ago

2016-12-19 20-37-09 2016-12-19 20-37-38 @yjxiong Like #7 ,I don't know where I can download the correct flow caffemodel

yjxiong commented 7 years ago

The models downloaded with get_init_models.sh work well with our environments. This is also verified by multiple users. Please check your steps in reproducing the results.

And please do not spam this thread. It'd be better to open a new issue with more details of your problem.

propaganda12 commented 6 years ago

Hi, Professor Xiong, in "...rgb_train_val.prototxt" file, new_segment and new_length are set to 3 and 1, respectively, that means a snippet has only 1 frame, based on these settings, I train the model on HMDB51 and test on the entire HMDB51 with the setting of evenly sampling 25 frames per video, but the accuracy are really low, however, the validation accuracy during training can reach 53% only with RGB frames for input. I wonder what may cause such difference. Thank you!

yjxiong commented 6 years ago

@propaganda12 Please use the provided training and testing scripts to see whether you can reproduce the results.