Training a detection model on custom data #927
Unanswered
kulsoom-abdullah
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@kulsoom-abdullah did finetune detection model? I face some problem while finetuning. this is my issue #1005 |
Beta Was this translation helpful? Give feedback.
2 replies
-
@kulsoom-abdullah did you train the new craft model with all fresh images? or did you use some pictures that were originally used to train the craft model? can you help me: id like to fine tune the craft model to detect single numeric character per line in images since that isnt being detected right now |
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
-
Hello,
I have found and gone over the tutorials for training a custom recognition model using generated or existing data. For example: #495
Any guidance out there for training the detector part on existing data?
longer explanation:
I used code from keras_ocr to use existing background images I have and generate synthetic text embedded onto these background images. The output is the background image with the text on top along with the corresponding ground truth - bounding box coordinates for each character.
I would like to use this to fine tune the easy ocr detector.
Thanks in advance!
Update: I found the following on training the CRAFT detection model https://github.com/JaidedAI/EasyOCR/blob/master/trainer/craft/README.md
Beta Was this translation helpful? Give feedback.
All reactions