USTC-Video-Understanding / I3D_Finetune

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

Data Preprocessing #7

Open wwnbbd opened 6 years ago

wwnbbd commented 6 years ago

Hi, thanks for your great work! I noticed that you used the equation 2*(x/255) - 1 to make the image data in the range -1 to 1. And the official i3d seems contains no image preprocessing code although there is a issue discussing this question but it seems no one knows how to transform the demo images to match data in ".npy" file. So why to use this equation to transform the images? Can using this equation match data in ".npy" file?