Preprocessing Discrepancy

#7
by adamomeister - opened

The model card says this for preprocessing, "Images are resized to 640x640 pixels and rescaled with image_mean=[0.485, 0.456, 0.406] and image_std=[0.229, 0.224, 0.225]."

However, the 'preprocessor_config.json' shows "do_normalize": false,, and "do_rescale": true, with "rescale_factor": 0.00392156862745098,.

So which one is it? Resacaling using the standard rescale factor, or using mean/std?

Thanks!

Sign up or log in to comment