ShapeTextureDebiasedTraining
ShapeTextureDebiasedTraining copied to clipboard
Models trained and evaluated on ImageNet-200 are Center Cropped to 224?
Hi @LiYingwei
In the paper under the section 2.2 EVALUATION AND OBSERVATION you mentioned that "all models are trained and evaluated on ImageNet-200". These images are downsized to 64×64 colored images. However, in the code there is CenterCrop(224)
.
Also in the following line 619; in the comment it is written "images are already 224X224"
I also looked into closed issues; in #3 it seems training was on imagenet-200 but in #1 it mentions to ImageNet itself. Which one is the case?
Thanks