USTC-Video-Understanding / I3D_Finetune

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

Question about the number of test samples? #38

Closed ZhenxingZheng closed 4 years ago

ZhenxingZheng commented 4 years ago

Thank your for your interesting code.

I tried to reproduce the experimental results, and I found that in testing phrase, there are only 3755 samples when I do 'python test.py ucf101 rgb 1'. Actually, it should have 3783 samples.

Could you explain why they are different? Or maybe I make some mistakes.

Thank you again.