MS COCO数据集80个类别及其编号ID对应
CLASSES = (
'person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus', 'train', 'truck', 'boat', 'traffic light',
'fire hydrant',
'stop sign', 'parking meter', 'bench', 'bird', 'cat', 'dog', 'horse', 'sheep', 'cow', 'elephant', 'bear', 'zebra',
'giraffe', 'backpack', 'umbrella', 'handbag', 'tie', 'suitcase', 'frisbee', 'skis', 'snowboard', 'sports ball',
'kite',
'baseball bat', 'baseball glove', 'skateboard', 'surfboard', 'tennis racket', 'bottle', 'wine glass', 'cup', 'fork',
'knife', 'spoon', 'bowl', 'banana', 'apple', 'sandwich', 'orange', 'broccoli', 'carrot', 'hot dog', 'pizza',
'donut',
'cake', 'chair', 'couch', 'potted plant', 'bed', 'dining table', 'toilet', 'tv', 'laptop', 'mouse', 'remote',
'keyboard', 'cell phone', 'microwave', 'oven', 'toaster', 'sink', 'refrigerator', 'book', 'clock', 'vase',
'scissors',
'teddy bear', 'hair drier', 'toothbrush')


问:
为什么id不连续呢?
转载的这个博客的博主回复:
解析coco的id不连续,说明coco本来为各个类别设置的id就是不连续的;
参考链接
[1] coco2017数据集80类别名称与id号的对应关系
[2] MS COCO数据集80个类别及其编号ID对应
本文探讨了COCO数据集中80个类别ID为何不连续,并引用了官方资料和相关链接,揭示了类别ID设计的初衷和特点。
3082

被折叠的 条评论
为什么被折叠?



