You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the paper it is mentioned that image is normalized between -1 to 1. However I could not find any line in the script which does this.
Although I saw Dlimp augmentation function but I could not find -1 to normalization.
My question is, which kind of normalization has been used:
subtract with imagenet mean and divide by imagenet std
Min-max norm to bring the image in 0 to 1 and then img = 2 * (img - 0.5)
Or simple img = (img - 127) / 128 if image is in 0 to 255.
These details are import for finetuning. Please provide a calarity on this. Thank you.
The text was updated successfully, but these errors were encountered:
ashishkumar822
changed the title
Method to normalize the image between -1 to 1. Is it mean-std norm of imagenet or anything elese?
Method to normalize the image between -1 to 1. Is it mean-std norm of imagenet or anything else?
Oct 18, 2024
Hi.
In the paper it is mentioned that image is normalized between -1 to 1. However I could not find any line in the script which does this.
Although I saw Dlimp augmentation function but I could not find -1 to normalization.
My question is, which kind of normalization has been used:
These details are import for finetuning. Please provide a calarity on this. Thank you.
The text was updated successfully, but these errors were encountered: