WangZ
WangZ
Thanks for discuss.
``` def unclip(self, box, unclip_ratio): try: poly = Polygon(box) distance = poly.area * unclip_ratio / poly.length offset = pyclipper.PyclipperOffset() offset.AddPath(box, pyclipper.JT_ROUND, pyclipper.ET_CLOSEDPOLYGON) offset_polygon = offset.Execute(distance) expanded = np.array(offset_polygon) except Exception...
这边建议您使用COCO格式数据集重新标注一下,只留下table一个类别,并按照表格识别的文档进行训练
你好感谢提出问题,我们会记录并进行修复
I see GPU false, is it using the CPU version
试一下选中标注框,然后ctrl+E来修改
We will contact relevant people to follow up. Thank you for your suggestion.
Do you mean that the image shape has changed from 1403 * 993 to 3 * 1403 * 993?
You can track whether the image has been highly changed since it was first read in, and then gradually analyze in which stage the image shape has changed.