Fine-tuning notebook can't find data--what format should it be in? #1309
-
I'm trying to make use of the trainer here https://github.com/JaidedAI/EasyOCR/blob/master/custom_model.md https://github.com/JaidedAI/EasyOCR/blob/master/trainer/trainer.ipynb and I structured my data like the example dataset folder and dropped it into trainer/all_data like the .txt seems to suggest, but the code doesn't find my data. Is there an example or explanation somewhere I'm missing? Or more directly, how should I change my folder structure? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Turns out this https://eivindkjosbakken.wordpress.com/2024/01/31/how-to-fine-tune-the-craft-model-in-easyocr/ still works as long as you use follow the monkey patch advice from here #1243, I was just doing it wrong. |
Beta Was this translation helpful? Give feedback.
Turns out this https://eivindkjosbakken.wordpress.com/2024/01/31/how-to-fine-tune-the-craft-model-in-easyocr/ still works as long as you use follow the monkey patch advice from here #1243, I was just doing it wrong.