Replies: 1 comment 10 replies
-
It would be great if you could post a sample from your dataset. If the number area is obvious in the image, then there is no need to train a text detection model to detect text. It is recommended to train a text recognition model directly. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to train my own model that recognizes the 1-2 digit numbers. I have my own dataset with label and bounding boxes around each number. I tried training using the default
det_mv3_db.yml
config file but the text detection results were surprisingly bad.So I assume I need to change a few things in the config file, especially in the Train and Test groups. The main difference from the ICDAR is that my images are pretty small. (50-100 pixels). So I'm guessing some parameters need to change. Are there any guidelines on how to set up config file for you own dataset?
Beta Was this translation helpful? Give feedback.
All reactions