Closed huaifeng1993 closed 3 years ago
你好,感谢提供代码。我在使用的时候发现annotatios中的id 对应的变量i没有相对应的计算,这样在使用pycocotools读取时会出错。 ‘’‘ dataset['annotations'].append({ 'area': width * height, 'bbox': [x1, y1, width, height], 'category_id': int(cls_id), 'id': i, 'image_id': k, 'iscrowd': 0,
'segmentation': [[x1, y1, x2, y1, x2, y2, x1, y2]] })
‘’‘
感谢提醒,我后来也发现了这个问题,我会更新一下这个代码的。
已解决。
你好,感谢提供代码。我在使用的时候发现annotatios中的id 对应的变量i没有相对应的计算,这样在使用pycocotools读取时会出错。 ‘’‘ dataset['annotations'].append({ 'area': width * height, 'bbox': [x1, y1, width, height], 'category_id': int(cls_id), 'id': i, 'image_id': k, 'iscrowd': 0,
mask, 矩形是从左上角点按顺时针的四个顶点
‘’‘