table_master 模型八位格式坐标decode问题 #12303
Replies: 7 comments
-
@plotnine1219 是否愿意提一个PR修复来这个问题 |
Beta Was this translation helpful? Give feedback.
-
能力有限解决不了…… |
Beta Was this translation helpful? Give feedback.
-
这个不是TableMasterLabelDecode的嘛,用的是4位坐标 |
Beta Was this translation helpful? Give feedback.
-
对啊,但是配置文件有8位的选项,到这里就报错了 |
Beta Was this translation helpful? Give feedback.
-
可以简单写一个转换函数嘞~ |
Beta Was this translation helpful? Give feedback.
-
其实也是的,8位转4位是好转的,变成矩形嘛,但8位其实是可以表述变形的。 |
Beta Was this translation helpful? Give feedback.
-
训练说明那边是有提示的。配置文件嘛,应该没有具体备注。2者其实是不通的。 |
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
ppocr/postprocess/table_postprocess.py
这个套件的 185行,x, y, w, h = bbox,没有考虑到八位坐标格式,导致报错
Beta Was this translation helpful? Give feedback.
All reactions