-
Notifications
You must be signed in to change notification settings - Fork 755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in demo/ocr_image_demo.py script #173
Comments
I was trying to use the Batch Inference feature added through a pr this morning, It worked well with the detection Model but Fails with the Recognition Model. Not even able to Use inference module with single image in batch (Just image Numpy array as input). The above fix just Suppresses the Batch Inference of Detection as well. So Recognition models are not yet able to support the Batch Inference or I am missing something? @cuhk-hbsun |
@narenderkumarnain Thanks for your feedback.
|
@narenderkumarnain I have updated the demo scripts. Please pull the latest code and try again. |
@cuhk-hbsun It works now. Thanks for the Changes. |
* fix open-mmlab#173: support aug test * fix pytest * support batch inference for both text det and recog * update unittest * use one img for batch infer test
* fix open-mmlab#173: support aug test * fix pytest * support batch inference for both text det and recog * update unittest * use one img for batch infer test
* fix open-mmlab#173: support aug test * fix pytest * support batch inference for both text det and recog * update unittest * use one img for batch infer test
I was trying the demo ocr_image_demo.py script and got this error.
The text was updated successfully, but these errors were encountered: