vamshi-1611
vamshi-1611
I am also facing with same issue can u please support
Hello yumianhhuli You can check in https://github.com/JaidedAI/EasyOCR/blob/master/custom_model.md Once your model is trained keep in ~/.EasyOCR/model You can use as reader = easyocr.Reader(['ch_sim'], recog_network=your_model_name ,gpu=True) In my case root is my...
Hello MikeAtom I also faced same issue change the yaml file as per opt.txt file and also in ~/dist-packages/easyor/character/your_language_char.txt need to be updated as per opt.txt character list This error...
i also faced the same issue i have resolve it as below open opt.txt file character list and paste it in your ta.yaml file and push to ~./user_network/ta.yaml