I3D_Finetune icon indicating copy to clipboard operation
I3D_Finetune copied to clipboard

Data Preprocessing

Open wwnbbd opened this issue 6 years ago • 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?

wwnbbd avatar Jul 10 '18 12:07 wwnbbd