How is it possible to use image size bigger than normal? #3828
Unanswered
leesangjoon1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The train and test size can be specified in the configs https://github.com/facebookresearch/detectron2/blob/main/detectron2/config/defaults.py#L56-L65 |
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.
-
I heard that Swin-transformer uses image size 224x224 or 384x384.
I used Swin-L image size 384x384
But I set the image size in .yaml file 3000x3000 (origin size is 5544 x 3692)
Then, the input image size is 3000 x 3000 or 384 x 384??
Beta Was this translation helpful? Give feedback.
All reactions