USTC-Video-Understanding / I3D_Finetune

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

Number of frames for test #40

Open ir0nt0ad opened 4 years ago

ir0nt0ad commented 4 years ago

https://github.com/USTC-Video-Understanding/I3D_Finetune/blob/c32d90f38f3c031af0850cff757bd155734954ac/finetune.py#L63

It appears that we always call process_video with is_training=True, and therefore each sample of test_dataset has _CLIP_SIZE, not _EACH_VIDEO_TEST_SIZE frames as we would like to have it.

@Rhythmblue @AlexHu123