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
I am unable to reproduce the cifar10 results seen in the paper while using the pre-trained weights. Any insight to what I might be doing wrong?
Setup
I downloaded cifar10 data and placed it in ./dataset/cifar10
I downloaded the pre-trained cifar10 weights and placed them in ./checkpoints/cifar10.
I converted some cifar10 images to grayscale and put them in ./checkpoints/test
I run the test script as follows: python test.py --dataset cifar10 --checkpoints-path ./checkpoints --test-input ./checkpoints/test --test-output ./checkpoints/output --gpu-ids 0
Results
The output is blotchy and not what I expected. Here are some example output images produced from the setup above:
The text was updated successfully, but these errors were encountered:
The same problem with Places365 model. Is there any special preprocessing? I tried grayscale images in ranges [0, 1] and [0, 255]. Both give nearly the same output. I'm guessing, there should be some preprocessing, but no information in the repo neither in the arcticle.
Testing Issue
I am unable to reproduce the cifar10 results seen in the paper while using the pre-trained weights. Any insight to what I might be doing wrong?
Setup
python test.py --dataset cifar10 --checkpoints-path ./checkpoints --test-input ./checkpoints/test --test-output ./checkpoints/output --gpu-ids 0
Results
The output is blotchy and not what I expected. Here are some example output images produced from the setup above:
The text was updated successfully, but these errors were encountered: