Matthijs Hollemans
commited on
Commit
·
06f578b
1
Parent(s):
e2bf08d
make json pretty
Browse files- pascal-voc-id2label.json +23 -1
pascal-voc-id2label.json
CHANGED
|
@@ -1 +1,23 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0": "background",
|
| 3 |
+
"1": "aeroplane",
|
| 4 |
+
"2": "bicycle",
|
| 5 |
+
"3": "bird",
|
| 6 |
+
"4": "boat",
|
| 7 |
+
"5": "bottle",
|
| 8 |
+
"6": "bus",
|
| 9 |
+
"7": "car",
|
| 10 |
+
"8": "cat",
|
| 11 |
+
"9": "chair",
|
| 12 |
+
"10": "cow",
|
| 13 |
+
"11": "diningtable",
|
| 14 |
+
"12": "dog",
|
| 15 |
+
"13": "horse",
|
| 16 |
+
"14": "motorbike",
|
| 17 |
+
"15": "person",
|
| 18 |
+
"16": "pottedplant",
|
| 19 |
+
"17": "sheep",
|
| 20 |
+
"18": "sofa",
|
| 21 |
+
"19": "train",
|
| 22 |
+
"20": "tvmonitor"
|
| 23 |
+
}
|