PFCCLab / PPOCRLabel

PPOCRLabelv2 is a semi-automatic graphic annotation tool suitable for OCR field, with built-in PP-OCR model to automatically detect and re-recognize data.
105 stars 32 forks source link

Linux issued when run PPOCRLabel #91

Closed audihop354 closed 3 weeks ago

audihop354 commented 1 month ago

If you guy have install Paddle and PPOCRLabel on linux and have this issued. 2024-09-29_13-25 you should try unistall opencv-python and install opencv-python-headless

like this $ pip uninstalll opencv-python $ pip install opencv-python-headless

That work well for me, thanks

audihop354 commented 1 month ago

any idea to fix this when install can share, maybe because my machine not work with that opencv LOL

blizaga commented 1 month ago

same issue