NotABot
NotABot
Hi @sameearif88 ! Did you have a look at this note: https://github.com/JaidedAI/EasyOCR/blob/master/custom_model.md ?
Hi @lovesgg ! Can you try to download it separately by: `pip install opencv-python-headless` and post your results? Make sure to remove any opencv packages before installing it again.
Hi @patilauminfi Do you have any reproducing code that I can run?
Hi @kwankoravich ! The error probably occurs because the model expects the length of `lang_char` to be **52** while you are inputting a **93** characters string (Although it could be...
@ObaidAshraf absolutely, thank you for asking. Currently, I just hard coded a new values for that function, and that works fine for those pictures. But silk screen color is quite...
@alijafari79 absolutely, go ahead! :rocket:
@alijafari79 for sure:       If you need more images you can check out [**PCB-CD**](https://github.com/s39674/PCB-Component-Detection). I have there a [extract_pcb_wacv_2019.py](https://github.com/s39674/PCB-Component-Detection/blob/main/extract_pcb_wacv_2019.py) python script which can extract about...
Hi @L3str4nge ! I have a `Template_matching` function in my project that basically does image matching in another image. I took that function from somewhere and modified it. I also...