PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

TypeError: '<' not supported between instances of 'tuple' and 'float'

Open JonhSilver opened this issue 2 years ago • 0 comments

File "C:\Users\1\AppData\Local\Programs\Python\Python38\lib\site-packages\paddleocr\tools\infer\utility.py", line 382, in draw_ocr if scores is not None and (scores[i] < drop_score or TypeError: '<' not supported between instances of 'tuple' and 'float'

JonhSilver avatar Oct 24 '22 15:10 JonhSilver