Open sameearif88 opened 2 years ago
Hi @sameearif88 ! Did you have a look at this note: https://github.com/JaidedAI/EasyOCR/blob/master/custom_model.md ?
Hi @sameearif88 ! Did you have a look at this note: https://github.com/JaidedAI/EasyOCR/blob/master/custom_model.md ?
Hi, I'm also new to this, but in the note it only gives an example zip folder and not actual instructions to create the files (unless I am missing something)
The EasyOCR ReadME states that the following three files are required to use a custom model: custom_model.pth, custom_model.yaml, and custom_model.py.
How are we supposed to create the custom_model.yaml and custom_model.py files?
Are we supposed to copy functions / classes from modules.py? If so, TPS and Attention are not present in that file, so where can we find these?
Thank you