File size: 3,341 Bytes
320e872
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
  "_name_or_path": "./final_model",
  "architectures": [
    "ViTForImageClassification"
  ],
  "attention_probs_dropout_prob": 0.0,
  "encoder_stride": 16,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.0,
  "hidden_size": 768,
  "id2label": {
    "0": "Speed Limit 20Km/Hr",
    "1": "Speed Limit 30Km\u2044Hr",
    "2": "No Passing Of  Vehicle Over 3.5Ton",
    "3": "Crossroads",
    "4": "Priority Road Sign",
    "5": "Yield",
    "6": "Stop",
    "7": "No Vehicles",
    "8": "Vehicle Over 3.5Ton Prohibited",
    "9": "No Entry",
    "10": "General Caution",
    "11": "Dangerous Curve To Left",
    "12": "Speed Limit 50Km\u2044Hr",
    "13": "Dangerous Curve To Right",
    "14": "Double Curve",
    "15": "Bumpy Road",
    "16": "Slippery Road",
    "17": "Narrow Road On Right",
    "18": "Road Work",
    "19": "Traffic Sign",
    "20": "Pedestrian",
    "21": "Children Crossing",
    "22": "Bicycle Crossing",
    "23": "Speed Limit 60Km\u2044Hr",
    "24": "Beware Of Ice/Snow",
    "25": "Wild Animal Crossing",
    "26": "End Of All Speed And Passing Limit",
    "27": "Compulsory Turn Right",
    "28": "Compulsory Turn Left",
    "29": "Straight Ahead",
    "30": "Go Straight Or Right",
    "31": "Go Straight Or Left",
    "32": "Avoid Obstacle On Right",
    "33": "Avoid Obstacle On Left",
    "34": "Speed Limit 70Km\u2044Hr",
    "35": "Roundabout",
    "36": "End Of No Passing",
    "37": "End Of No Passing By Vehicle Over 3.5Ton",
    "38": "Speed Limit 80Km\u2044Hr",
    "39": "End Of Speed Limit 80Km/Hr",
    "40": "Speed Limit 100Km\u2044Hr",
    "41": "Speed Limit 120Km\u2044Hr",
    "42": "No Passing"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "Avoid Obstacle On Left": 33,
    "Avoid Obstacle On Right": 32,
    "Beware Of Ice/Snow": 24,
    "Bicycle Crossing": 22,
    "Bumpy Road": 15,
    "Children Crossing": 21,
    "Compulsory Turn Left": 28,
    "Compulsory Turn Right": 27,
    "Crossroads": 3,
    "Dangerous Curve To Left": 11,
    "Dangerous Curve To Right": 13,
    "Double Curve": 14,
    "End Of All Speed And Passing Limit": 26,
    "End Of No Passing": 36,
    "End Of No Passing By Vehicle Over 3.5Ton": 37,
    "End Of Speed Limit 80Km/Hr": 39,
    "General Caution": 10,
    "Go Straight Or Left": 31,
    "Go Straight Or Right": 30,
    "Narrow Road On Right": 17,
    "No Entry": 9,
    "No Passing": 42,
    "No Passing Of  Vehicle Over 3.5Ton": 2,
    "No Vehicles": 7,
    "Pedestrian": 20,
    "Priority Road Sign": 4,
    "Road Work": 18,
    "Roundabout": 35,
    "Slippery Road": 16,
    "Speed Limit 100Km\u2044Hr": 40,
    "Speed Limit 120Km\u2044Hr": 41,
    "Speed Limit 20Km/Hr": 0,
    "Speed Limit 30Km\u2044Hr": 1,
    "Speed Limit 50Km\u2044Hr": 12,
    "Speed Limit 60Km\u2044Hr": 23,
    "Speed Limit 70Km\u2044Hr": 34,
    "Speed Limit 80Km\u2044Hr": 38,
    "Stop": 6,
    "Straight Ahead": 29,
    "Traffic Sign": 19,
    "Vehicle Over 3.5Ton Prohibited": 8,
    "Wild Animal Crossing": 25,
    "Yield": 5
  },
  "layer_norm_eps": 1e-12,
  "model_type": "vit",
  "num_attention_heads": 12,
  "num_channels": 3,
  "num_hidden_layers": 12,
  "patch_size": 16,
  "problem_type": "single_label_classification",
  "qkv_bias": true,
  "torch_dtype": "float32",
  "transformers_version": "4.35.2"
}