Azeglio commited on
Commit
f14cd6d
1 Parent(s): 49d53d5

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +100 -0
config.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "streetsignsForImageClassification"
4
+ ],
5
+ "downsample_in_first_stage": false,
6
+ "id2label": {
7
+ "0": "Speed limit (20km/h)",
8
+ "1": "Speed limit (30km/h)",
9
+ "2": "Speed limit (50km/h)",
10
+ "3": "Speed limit (60km/h)",
11
+ "4": "Speed limit (70km/h)",
12
+ "5": "Speed limit (80km/h)",
13
+ "6": "End of speed limit (80km/h)",
14
+ "7": "Speed limit (100km/h)",
15
+ "8": "Speed limit (120km/h)",
16
+ "9": "No passing",
17
+ "10": "No passing veh over 3.5 tons",
18
+ "11": "Right-of-way at intersection",
19
+ "12": "Priority road",
20
+ "13": "Yield",
21
+ "14": "Stop",
22
+ "15": "No Vehicles",
23
+ "16": "Veh > 3.5 tons prohibited",
24
+ "17": "No entry",
25
+ "18": "General caution",
26
+ "19": "Dangerous curve left",
27
+ "20": "Dangerous curve right",
28
+ "21": "Double curve",
29
+ "22": "Bumpy road",
30
+ "23": "Slippery road",
31
+ "24": "Road narrows on the right",
32
+ "25": "Road work",
33
+ "26": "Traffic signals",
34
+ "27": "Pedestrians",
35
+ "28": "Children crossing",
36
+ "29": "Bicycles crossing",
37
+ "30": "Beware of ice/snow",
38
+ "31": "Wild animals crossing",
39
+ "32": "End speed + passing limits",
40
+ "33": "Turn right ahead",
41
+ "34": "Turn left ahead",
42
+ "35": "Ahead only",
43
+ "36": "Go straight or right",
44
+ "37": "Go straight or left",
45
+ "38": "Keep right",
46
+ "39": "Keep left",
47
+ "40": "Roundabout mandatory",
48
+ "41": "End of no passing",
49
+ "42": "End no passing veh > 3.5 tons"
50
+ },
51
+ "label2id": {
52
+ "Speed limit (20km/h)": "0",
53
+ "Speed limit (30km/h)": "1",
54
+ "Speed limit (50km/h)": "2",
55
+ "Speed limit (60km/h)": "3",
56
+ "Speed limit (70km/h)": "4",
57
+ "Speed limit (80km/h)": "5",
58
+ "End of speed limit (80km/h)": "6",
59
+ "Speed limit (100km/h)": "7",
60
+ "Speed limit (120km/h)": "8",
61
+ "No passing": "9",
62
+ "No passing veh over 3.5 tons": "10",
63
+ "Right-of-way at intersection": "11",
64
+ "Priority road": "12",
65
+ "Yield": "13",
66
+ "Stop": "14",
67
+ "No Vehicles": "15",
68
+ "Veh > 3.5 tons prohibited": "16",
69
+ "No entry": "17",
70
+ "General caution": "18",
71
+ "Dangerous curve left": "19",
72
+ "Dangerous curve right": "20",
73
+ "Double curve": "21",
74
+ "Bumpy road": "22",
75
+ "Slippery road": "23",
76
+ "Road narrows on the right": "24",
77
+ "Road work": "25",
78
+ "Traffic signals": "26",
79
+ "Pedestrians": "27",
80
+ "Children crossing": "28",
81
+ "Bicycles crossing": "29",
82
+ "Beware of ice/snow": "30",
83
+ "Wild animals crossing": "31",
84
+ "End speed + passing limits": "32",
85
+ "Turn right ahead": "33",
86
+ "Turn left ahead": "34",
87
+ "Ahead only": "35",
88
+ "Go straight or right": "36",
89
+ "Go straight or left": "37",
90
+ "Keep right": "38",
91
+ "Keep left": "39",
92
+ "Roundabout mandatory": "40",
93
+ "End of no passing": "41",
94
+ "End no passing veh > 3.5 tons": "42"
95
+ },
96
+ "model_type": "streetsigns",
97
+ "num_channels": 3,
98
+ "transformers_version": "4.18.0.dev0"
99
+ }
100
+