0% found this document useful (0 votes)
166 views2 pages

A List of All 80 YOLO Classes and Its Index in JSON Format

The document provides a JSON formatted list of 80 YOLO classes along with their corresponding indices. Each class represents a different object type, ranging from animals to household items. The list is intended for use in object detection applications.

Uploaded by

vaishalnvpc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
166 views2 pages

A List of All 80 YOLO Classes and Its Index in JSON Format

The document provides a JSON formatted list of 80 YOLO classes along with their corresponding indices. Each class represents a different object type, ranging from animals to household items. The list is intended for use in object detection applications.

Uploaded by

vaishalnvpc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

4/29/25, 6:27 PM A list of all 80 YOLO classes and its index in JSON format.

rcland12 / yolo_classes.json
Created 2 years ago • Report abuse

Code Revisions 2 Stars 7 Forks 1

A list of all 80 YOLO classes and its index in JSON format.

yolo_classes.json

1 {
2 "class": {
3 "0": "person",
4 "1": "bicycle",
5 "2": "car",
6 "3": "motorcycle",
7 "4": "airplane",
8 "5": "bus",
9 "6": "train",
10 "7": "truck",
11 "8": "boat",
12 "9": "traffic light",
13 "10": "fire hydrant",
14 "11": "stop sign",
15 "12": "parking meter",
16 "13": "bench",
17 "14": "bird",
18 "15": "cat",
19 "16": "dog",
20 "17": "horse",
21 "18": "sheep",
22 "19": "cow",
23 "20": "elephant",
24 "21": "bear",
25 "22": "zebra",
26 "23": "giraffe",
27 "24": "backpack",
28 "25": "umbrella",
29 "26": "handbag",
30 "27": "tie",
31 "28": "suitcase",
32 "29": "frisbee",
33 "30": "skis",
34 "31": "snowboard",
35 "32": "sports ball",
36 "33": "kite",
37 "34": "baseball bat",
38 "35": "baseball glove",
39 "36": "skateboard",
40 "37": "surfboard",

https://gist.github.com/rcland12/dc48e1963268ff98c8b2c4543e7a9be8 1/2
4/29/25, 6:27 PM A list of all 80 YOLO classes and its index in JSON format.

41 "38": "tennis racket",


42 "39": "bottle",
43 "40": "wine glass",
44 "41": "cup",
45 "42": "fork",
46 "43": "knife",
47 "44": "spoon",
48 "45": "bowl",
49 "46": "banana",
50 "47": "apple",
51 "48": "sandwich",
52 "49": "orange",
53 "50": "brocolli",
54 "51": "carrot",
55 "52": "hot dog",
56 "53": "pizza",
57 "54": "donut",
58 "55": "cake",
59 "56": "chair",
60 "57": "couch",
61 "58": "potted plant",
62 "59": "bed",
63 "60": "dining table",
64 "61": "toilet",
65 "62": "tv",
66 "63": "laptop",
67 "64": "mouse",
68 "65": "remote",
69 "66": "keyboard",
70 "67": "cell phone",
71 "68": "microwave",
72 "69": "oven",
73 "70": "toaster",
74 "71": "sink",
75 "72": "refrigerator",
76 "73": "book",
77 "74": "clock",
78 "75": "vase",
79 "76": "scissors",
80 "77": "teddy bear",
81 "78": "hair drier",
82 "79": "toothbrush"
83 }
84 }

https://gist.github.com/rcland12/dc48e1963268ff98c8b2c4543e7a9be8 2/2

You might also like