mvp
mvp copied to clipboard
Image normalization
Thanks for sharing the pre-train model! I noticed that you have normalized the image input by im_mean and im_std in the simulation environment. To use the pre-train model, are we expected to normalize the image input ( from real-world or another simulation env) by the same mean and std?
Thanks!
Bump. I'm getting bad results with a real robot and I'm wondering if normalization has to do with it.
Bump again. I'm using ImageNet constants with mean [0.485, 0.456, 0.406] and std [0.229, 0.224, 0.225] but can't get decent results. It would be helpful if the example in the readme contained lines of code for inputting images.