Empty result when inference #16399
Unanswered
quandn2003
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im using kaggle, python 3.11, with cuda 12.6. here is my script:

!pip install paddlepaddle-gpu==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
!pip install paddleocr
!paddleocr ocr -i https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/general_ocr_002.png
--use_doc_orientation_classify False
--use_doc_unwarping False
--use_textline_orientation False
--save_path ./output
--device gpu:0
This is inference result:
This is ocr result, why there is no text displayed ?

P/S: Result when i use demo on hugging face

Beta Was this translation helpful? Give feedback.
All reactions