Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
haimat
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a custom dataset which I want to train docTR models on. These images all contain just a single line of text, hence they are about 2000 pixels wide and only 400 pixels in height. Now I saw that the default model
input_size
(W = H) is 1024 for the training script.When I call a docTR model on an image, is this image then also resized to a fixed size?
What is the typical approach to find out what image size I should use during custom model training?
Last but not least, is it possible to train a model with different width and heigth sizes?
Beta Was this translation helpful? Give feedback.
All reactions