facebookresearch / ImageNet-Adversarial-Training

ImageNet classifier with state-of-the-art adversarial robustness
Other
674 stars 87 forks source link

Image Preprocessing for ImageNet Validation #12

Closed gshartnett closed 5 years ago

gshartnett commented 5 years ago

First of all, thank you very much for your very useful code!

I am attempting to reproduce the quoted numbers in the Instructions.md file, and am having trouble. I suspect the issue may be that I am preprocessing the image differently than the code used to create these results. I was wondering if someone could let me know precisely how the preprocessing must be done in order to reproduce the results (even for "clean" images, i.e. without any adversarial attack).

cihangxie commented 5 years ago

you may refer to the answer here: https://github.com/facebookresearch/ImageNet-Adversarial-Training/issues/11