I3D_Finetune
I3D_Finetune copied to clipboard
Rescaling
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.
Thanks for your suggestion. They should be both in [-1,1] range.