Best Training Augmentation for Text Objects ? #12738
frankomondo
started this conversation in
General
Replies: 1 comment
-
|
Hi @frankomondo, I used in the past albumentations, it's a great way to start with. Regarding your dataset, I don't know if you have the ability of creating more data using different fonts perhaps. You could also try eroding/dilating the digits. Good luck, it sounds like an interesting use case. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everybody
I have a Custom Model with 14 classes, each class is a text object, basically they are small double digit numbers. My model is trained on 150 images, however the overall precision is still very low. As I'm adding more images I can see some improvement but I believe the improvement rate is very low, due to training and not proper Augmentation setup for my usecase detecting small text objects. I would appreciate some Augmentation advice for my usecase.
Beta Was this translation helpful? Give feedback.
All reactions