1.categories为空,需要自己添加。
"categories": [{
"id": 1,
"supercategory": "animal",
"name": "bird"
},
{
"id": 2,
"supercategory": "anmial",
"name": "bird"
}
]
2.annotations中segemntation,应该是两个中括号。
"annotations": [{
"id": 0,
"image_id": "0",
"segmentation": [[54, 49, 214, 49, 214, 277, 54, 277]],
"area": 36480,
"bbox": [54, 49, 160, 228],
"iscrowd": 0
}]
3.annotations中没有category_id,需要自己添加。
"annotations": [{
"id": 0,
"image_id": "0",
"category_id": 1,
"segmen