USTC-Video-Understanding / I3D_Finetune

TensorFlow code for finetuning I3D model on UCF101.
144 stars 43 forks source link

Download data in correct format? #47

Open mazatov opened 2 years ago

mazatov commented 2 years ago

Is there somewhere I can download data for training in the already correct format? (with flow files, and RGB files, and the corresponding txt files). I'd like to go through the code line by line, but need some data to run and understand it.

Thanks!