Replies: 6 comments
-
是配置文件的设置问题吗? |
Beta Was this translation helpful? Give feedback.
-
您好,我也是这个问题,数据集从官方下载的,最后你咋弄的? |
Beta Was this translation helpful? Give feedback.
-
你好,我也出现了这个问题,这个不解决会影响最终结果吗? |
Beta Was this translation helpful? Give feedback.
-
你好,我也出现了这个问题,应该如何解决? |
Beta Was this translation helpful? Give feedback.
-
你好,我也遇到了一样的问题。请问解决了吗 |
Beta Was this translation helpful? Give feedback.
-
怀疑是样本数据框坐标有超出图像边界的,才会报这个错误 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
在训练检测模型时候检测有的数据的时候会报这个错误,我当时用的是paddleLabel做的数据集,有的一张照片有几十个样本,不知道在哪里可以设置这个阈值让它不报错并且进行训练,麻烦大家了
, error happened with msg: Traceback (most recent call last):
File "F:\OCR_Project\PaddleOCR-release-2.6\ppocr\data\simple_dataset.py", line 137, in getitem
outs = transform(data, self.ops)
File "F:\OCR_Project\PaddleOCR-release-2.6\ppocr\data\imaug_init_.py", line 56, in transform
data = op(data)
File "F:\OCR_Project\PaddleOCR-release-2.6\ppocr\data\imaug\make_border_map.py", line 60, in call
self.draw_border_map(text_polys[i], canvas, mask=mask)
File "F:\OCR_Project\PaddleOCR-release-2.6\ppocr\data\imaug\make_border_map.py", line 81, in draw_border_map
padded_polygon = np.array(padding.Execute(distance)[0])
IndexError: list index out of range
Beta Was this translation helpful? Give feedback.
All reactions