mhassanch commited on
Commit
785648c
·
verified ·
1 Parent(s): 95a103b

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +31 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "yolos",
3
+ "id2label": {
4
+ "0": "LightVehicle",
5
+ "1": "Person",
6
+ "2": "Building",
7
+ "3": "UPole",
8
+ "4": "Boat",
9
+ "5": "Bike",
10
+ "6": "Container",
11
+ "7": "Truck",
12
+ "8": "Gastank",
13
+ "9": "Digger",
14
+ "10": "SolarPanels",
15
+ "11": "Bus"
16
+ },
17
+ "label2id": {
18
+ "LightVehicle": 0,
19
+ "Person": 1,
20
+ "Building": 2,
21
+ "UPole": 3,
22
+ "Boat": 4,
23
+ "Bike": 5,
24
+ "Container": 6,
25
+ "Truck": 7,
26
+ "Gastank": 8,
27
+ "Digger": 9,
28
+ "SolarPanels": 10,
29
+ "Bus": 11
30
+ }
31
+ }