Open junxnone opened 5 years ago
Microsoft COCO Datasets
curl https://sdk.cloud.google.com | bash mkdir train2017 gsutil -m rsync gs://images.cocodataset.org/train2017 train2017 wget http://images.cocodataset.org/annotations/annotations_trainval2017.zip
annotation{ "id" : int, "image_id" : int, "category_id" : int, "segmentation" : RLE or [polygon], "area" : float, "bbox" : [x,y,width,height], "iscrowd" : 0 or 1, } categories[{ "id" : int, "name" : str, "supercategory" : str, }]
iscrowd=1 是否是 semantic segmentation
junxnone/tech-io#30
Reference
Brief
Microsoft COCO Datasets
Download
COCO Challenges Tasks
Annotation format
Detection