Does EfficientAD resize input size to 256 x 256? #2238
Unanswered
stevensagaert
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, yes, unless you specify custom transform, images are resized to 256*256. Here is the link on custom transforms. Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've trained an EfficientAD model on a custom dataset. I'm using the small model. I have not specified any image size (it's all in python code , not the cli). Normally I'd expect the model to keep the original resolution but I'm not sure that what happens during training/testing. Is this true or do the images automatically get scaled back to 256 * 256?
Beta Was this translation helpful? Give feedback.
All reactions