大佬,报错阿,救救孩子 #12601
Replies: 5 comments
-
我也是,啥原因啊 |
Beta Was this translation helpful? Give feedback.
-
同样的错误 |
Beta Was this translation helpful? Give feedback.
-
ct_process.py文件中的下面这句程序输出了以上报错,使用其他配置时暂时没有发现该问题 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
如果问题仍然存在,请尝试拉取仓库main分支最新代码,再次尝试 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
采用paddleocr2.7,配置文件det_r18_vd_ct.yml,报错:
, error happened with msg: Traceback (most recent call last):
File "/home/jmt/Paddleocr_2.7/PaddleOCR-release-2.7/ppocr/data/simple_dataset.py", line 159, in getitem
outs = transform(data, self.ops)
File "/home/jmt/Paddleocr_2.7/PaddleOCR-release-2.7/ppocr/data/imaug/init.py", line 56, in transform
data = op(data)
File "/home/jmt/Paddleocr_2.7/PaddleOCR-release-2.7/ppocr/data/imaug/ct_process.py", line 117, in call
[scale_factor[0], scale_factor[1]] * (bboxes[i].shape[0] // 2)),
ValueError: operands could not be broadcast together with shapes (4,2) (4,)
Beta Was this translation helpful? Give feedback.
All reactions