Skip to content

Instantly share code, notes, and snippets.

@SrikarNamburu
Created May 22, 2020 16:38
Show Gist options
  • Save SrikarNamburu/0945de8f9a8714ec245dde3443e9d487 to your computer and use it in GitHub Desktop.
Save SrikarNamburu/0945de8f9a8714ec245dde3443e9d487 to your computer and use it in GitHub Desktop.
List of MS COCO dataset classes
{1: 'person',
2: 'bicycle',
3: 'car',
4: 'motorcycle',
5: 'airplane',
6: 'bs',
7: 'train',
8: 'trck',
9: 'boat',
10: 'traffic light',
11: 'fire hydrant',
12: 'stop sign',
13: 'parking meter',
14: 'bench',
15: 'bird',
16: 'cat',
17: 'dog',
18: 'horse',
19: 'sheep',
20: 'cow',
21: 'elephant',
22: 'bear',
23: 'zebra',
24: 'giraffe',
25: 'backpack',
26: 'mbrella',
27: 'handbag',
28: 'tie',
29: 'sitcase',
30: 'frisbee',
31: 'skis',
32: 'snowboard',
33: 'sports ball',
34: 'kite',
35: 'baseball bat',
36: 'baseball glove',
37: 'skateboard',
38: 'srfboard',
39: 'tennis racket',
40: 'bottle',
41: 'wine glass',
42: 'cp',
43: 'fork',
44: 'knife',
45: 'spoon',
46: 'bowl',
47: 'banana',
48: 'apple',
49: 'sandwich',
50: 'orange',
51: 'broccoli',
52: 'carrot',
53: 'hot dog',
54: 'pizza',
55: 'dont',
56: 'cake',
57: 'chair',
58: 'coch',
59: 'potted plant',
60: 'bed',
61: 'dining table',
62: 'toilet',
63: 'tv',
64: 'laptop',
65: 'mose',
66: 'remote',
67: 'keyboard',
68: 'cell phone',
69: 'microwave',
70: 'oven',
71: 'toaster',
72: 'sink',
73: 'refrigerator',
74: 'book',
75: 'clock',
76: 'vase',
77: 'scissors',
78: 'teddy bear',
79: 'hair drier',
80: 'toothbrsh'}
@bruno-brant
Copy link

There's a typo on line 58, I think... it's probably "coach".

@chrismuntean
Copy link

Line 8 is supposed to be truck?

@frederik-encord
Copy link

80 probably toothbrush

@hipitihop
Copy link

65 is probably mouse. Lots of errors here. Maybe best to compare with: https://github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/datasets/coco.yaml

@makbarin
Copy link

is there a dataset that we can use for "deer" ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment