码迷,mamicode.com
首页 > 其他好文 > 详细

coco数据集格式

时间:2021-06-24 18:06:36      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:数据集   highlight   not   images   div   image   file   python   box   

COCO 的jeson 文件:
"images": [{"file_name": "811000171.jpg", "height": 720, "width": 1280, "id": 811000171}, {"file_name": "811000131.jpg", "height": 720, "width": 1280, "id": 811000131}]
"type": "instances", "annotations":[
{"area": 92496, "iscrowd": 0, "image_id": 811000171, "bbox": [154, 262, 282, 328], "category_id": 0, "id": 1, "ignore": 0, "segmentation": [[154, 262, 154, 590, 436, 590, 436, 262]]}, 
{"area": 22428, "iscrowd": 0, "image_id": 811000171, "bbox": [234, 268, 126, 178], "category_id": 1, "id": 2, "ignore": 0, "segmentation": [[234, 268, 234, 446, 360, 446, 360, 268]]}
]
"categories": [{"supercategory": "none", "id": 0, "name": "clothes"}, {"supercategory": "none", "id": 1, "name": "rope"}]
coco:

---train
  --images
    --811000171.jpg
    --811000131.jpg
   --annotatons
---val
  --images
    --811000171.jpg
    --811000131.jpg
   --annotatons

  

  

 

coco数据集格式

标签:数据集   highlight   not   images   div   image   file   python   box   

原文地址:https://www.cnblogs.com/shuimuqingyang/p/14925657.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!