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
The text was updated successfully, but these errors were encountered:
samuro95
changed the title
Hi, When you train the model, how do you resize the ImageNet images to 256x256. Your code suggests that you resize and crop. Is it true ? Do you do that for other datasets to ?
Resize/crop
Oct 13, 2021
Hi, When you train the model, how do you resize the ImageNet images to 256x256 ? Your code suggests that you resize first to 266x266 and then crop. Is it true ? Do you do that for other datasets too that are already 256x256 ?
Hi @samuro95, thanks for your interest. Yes, we directly resize images to a larger size and then crop them to 256x256 on all datasets. This is a general data augmentation method on deep learning. During the testing, we will directly resize images to 256x256.
No description provided.
The text was updated successfully, but these errors were encountered: