clovaai / deep-text-recognition-benchmark

Text recognition (optical character recognition) with deep learning methods, ICCV 2019
Apache License 2.0
3.77k stars 1.11k forks source link

Inference with CV2 Images #361

Open hmiche opened 2 years ago

hmiche commented 2 years ago

Hello in the test.py or demo.py you use LMDB dataset to run inference , how wan i di the same thing but with Cv2 images or PIL images . and also how can i serve the model for exemple making a Flask app thath take a single image(word) and return the prediction .

sumitclearquote commented 1 year ago

@hmiche Hi. Did you figure this out?