目录
算法原理
标注是用关键点标注的,
可视化标注:
paddlecor可视化标注_AI视觉网奇的博客-CSDN博客
网络是用分割处理的,证据:
db_postprocess.py中
类:
class DBPostProcess(object):
函数:
def boxes_from_bitmap(self, pred, _bitmap, dest_width, dest_height):
'''
_bitmap: single map with shape (1, H, W),
whose values are binarized as {0, 1}
'''
bitmap =