You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:\Python3.8.8\lib\site-packages\rapidocr_onnxruntime\main.py", line 92, in call
img, ratio_h, ratio_w = self.preprocess(img)
File "D:\Python3.8.8\lib\site-packages\rapidocr_onnxruntime\main.py", line 136, in preprocess
img, ratio_h, ratio_w = reduce_max_side(img, self.max_side_len)
File "D:\Python3.8.8\lib\site-packages\rapidocr_onnxruntime\utils\process_img.py", line 33, in reduce_max_side
raise ResizeImgError() from exc
rapidocr_onnxruntime.utils.process_img.ResizeImgError
This discussion was converted from issue #300 on December 22, 2024 01:27.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
问题描述 / Problem Description
File "D:\Python3.8.8\lib\site-packages\rapidocr_onnxruntime\main.py", line 92, in call
img, ratio_h, ratio_w = self.preprocess(img)
File "D:\Python3.8.8\lib\site-packages\rapidocr_onnxruntime\main.py", line 136, in preprocess
img, ratio_h, ratio_w = reduce_max_side(img, self.max_side_len)
File "D:\Python3.8.8\lib\site-packages\rapidocr_onnxruntime\utils\process_img.py", line 33, in reduce_max_side
raise ResizeImgError() from exc
rapidocr_onnxruntime.utils.process_img.ResizeImgError
运行环境 / Runtime Environment
复现代码 / Reproduction Code
可能解决方案 / Possible solutions
图片如下
Beta Was this translation helpful? Give feedback.
All reactions