Replies: 1 comment
-
I think you might use the simplest model (I think CRNN), with their optimizations it should be pretty accurate for your case and use it as a baseline in Accuracy and Speed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if there is a "common sense" guide for picking the best model for your dataset. I'm training a model on my own dataset that has 1 or 2-digit numbers with low resolutions (20-40 pixels). I started out with the default CVTR + MobileNetV1Enhace (
en_PP-OCRv3_rec.yml
) algorithm, which performs pretty while overfitting the training dataset.I was wondering if there is a guide on how to pick the best model for your problem. I'd like to start with a model that makes the most sense before trying to tune hyperparameters.
Beta Was this translation helpful? Give feedback.
All reactions