Spaces:
Sleeping
Sleeping
abhishekrs4
commited on
Commit
•
885bf96
1
Parent(s):
67e67c1
added label mapping json
Browse files- label_mapping.json +12 -0
label_mapping.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"0": "car",
|
3 |
+
"1": "harbor",
|
4 |
+
"2": "helicopter",
|
5 |
+
"3": "oil_gas_field",
|
6 |
+
"4": "parking_lot",
|
7 |
+
"5": "plane",
|
8 |
+
"6": "runway_mark",
|
9 |
+
"7": "ship",
|
10 |
+
"8": "stadium",
|
11 |
+
"9": "storage_tank"
|
12 |
+
}
|