Skip to content
Discussion options

You must be logged in to vote

at https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/paddleocr.py#L681

You can put:

if not dt_boxes:

Replace with:

if len(dt_boxes) == 0:

It will be solved.

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by SWHL
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants
Converted from issue

This discussion was converted from issue #10924 on June 10, 2024 01:47.