textspotter icon indicating copy to clipboard operation
textspotter copied to clipboard

@tonghe90 训练数据的准备问题?

Open wenston2006 opened this issue 6 years ago • 1 comments

@tonghe90 感谢分享代码,我看了之前的issue #16 中,你提到训练数据包括(1) text/non-text region, (2) for every point in the text region, you need to calculate the distance between the current point to the four edges with an extra inclined ange. 但我看了train.pt, 发现第(2)类数据(每个点到bounding box的4条边的距离)在iou_maps_angles层中生成了;所以准备训练数据时是不是只需要(1) text/non-text region和(2)gt_bbox(文本框的4个顶点坐标就够了?

wenston2006 avatar Feb 14 '19 08:02 wenston2006

@wenston2006 是的,这两个数据就够了,计算可以放在layer中

tonghe90 avatar Feb 19 '19 07:02 tonghe90