-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About the size of the input image #9
Comments
The size of the image is completely adjustable, just not with the current code. Firstly, crop is not necessary; In fact I got higher AUC scores for some classes that I've test on than the original paper. However, be careful if your image isn't square, as explained here https://pytorch.org/docs/stable/torchvision/transforms.html#torchvision.transforms.Resize. |
The size could be any value that is divisible by 16. |
Do you know how to change T.Resize to take (h, w) ? |
Is the size of the input image unadjustable(resize, cropsize)? I get error after changing resize and cropsize.
The inference stage, how to deal with larger images, such as 900*1000, resize and crop makes area of anomaly incomplete! Thank you
The text was updated successfully, but these errors were encountered: