USTC-Video-Understanding / I3D_Finetune

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

Rescaling #25

Open kiyoon opened 5 years ago

kiyoon commented 5 years ago

I realised that the test accuracy is not high, because your RGB training input is [-1,1] range but test input is [0,1] range.

How did the pretrained models trained? With [-1,1] range, or [0,1] range? I think the best is to make it consistent.

AlexHu123 commented 5 years ago

Thanks for your suggestion. They should be both in [-1,1] range.