MMDet / mmdetection /tests /data /coco_wrong_format_sample.json
Saurabh1105's picture
MMdet Model for Image Segmentation
6c9ac8f
{
"images": [
{
"file_name": "fake1.jpg",
"height": 800,
"width": 800,
"id": 0
}
],
"annotations": [
{
"bbox": [
0,
0,
20,
20
],
"area": 400.00,
"score": 1.0,
"category_id": 1,
"id": 1,
"image_id": 0
},
{
"bbox": [
0,
0,
20,
20
],
"area": 400.00,
"score": 1.0,
"category_id": 1,
"id": 1,
"image_id": 0
}
],
"categories": [
{
"id": 1,
"name": "car",
"supercategory": "none"
}
],
"licenses": [],
"info": null
}