USTC-Video-Understanding / I3D_Finetune

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

Missing Frames Errors from RGB Test File #33

Open sch3 opened 5 years ago

sch3 commented 5 years ago

When running the test code via CUDA_VISIBLE_DEVICES=0 python test.py ucf101 rgb 1, the number of frames in multiple entries in the data/ucf101/rgb.txt file does not match with the flow and rgb frames downloaded from https://github.com/feichtenhofer/twostreamfusion, resulting in the test code halting at various frames. This issue states that these sources were used for testing. For example, FileNotFoundError: [Errno 2] No such file or directory: /jpegs_256/v_Bowling_g05_c07/frame000113.jpg' In all cases where the error occurs, 1-3 frames are missing. Was there another version of the ucf101 rgb and flow frames used during testing? Please advise.