如何判断对象是否在MS COCO数据集中被部分覆盖?

时间:2019-07-05 01:04:24

标签: python deep-learning object-detection mscoco pycocotools

在MS COCO数据集中,我可以获取图像中带有标签的对象的annotationsannotations的内容通常如下:

{'segmentation': [[340.97, 156.47, 343.17, 147.5, 348.75, 147.0, 349.76, 148.35, 349.6, 152.58, 350.27, 154.61, 350.44, 156.64, 344.86, 157.48]],
'area': 76.5632999999997, 
'iscrowd': 0, 
'image_id': 329219, 
'bbox': [340.97, 147.0, 9.47, 10.48], 
'category_id': 47, 
'id': 2213709
}

问题是我怎么知道对象是否被部分覆盖?该对象分为几部分?

0 个答案:

没有答案