clovaai / wsolevaluation

Evaluating Weakly Supervised Object Localization Methods Right (CVPR 2020)
MIT License
332 stars 55 forks source link

Cropping and Resizing #45

Closed ghost closed 3 years ago

ghost commented 3 years ago

Can you please provide any insights on why you crop images in 224x224 patches by default and why you resize them to 256x256, regardless of input image size?

junsukchoe commented 3 years ago

It is a common practice in WSOL community for the last four years. There are multiple other pre-processing choices such as random-crop-and-resize, but we stick to the resize-and-crop for the fair comparison.

ghost commented 3 years ago

Oh okay, thanks!