JaidedAI / EasyOCR

Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
https://www.jaided.ai
Apache License 2.0
24.66k stars 3.17k forks source link

GPU Performance #793

Open acn1729 opened 2 years ago

acn1729 commented 2 years ago

No significant performance improvement with GPU. Its taking 2.5sec/image for license plate detection. While 6 sec/image with CPU.Any way to improve this?

macksjeremy commented 2 years ago

First thing that immediately comes to mind is increasing the batch size, as GPU I/O times aren't too fast. But 6->2.5 is a somewhat significant improvement