USTC-Video-Understanding/I3D_Finetune

Data Preprocessing

wwnbbd opened this issue · 0 comments

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?