jaemin12 commited on
Commit
8ef1570
1 Parent(s): 409fd61

End of training

Browse files
config.json CHANGED
@@ -28,99 +28,80 @@
28
  256
29
  ],
30
  "id2label": {
31
- "0": "sky",
32
- "1": "pole/structural object",
33
- "2": "pole/structural object",
34
- "3": "road",
35
- "4": "static",
36
- "5": "static",
37
- "6": "building",
38
- "7": "sidewalk",
39
- "8": "road boundaries",
40
- "9": "crosswalks",
41
- "10": "pole/structural object",
42
- "11": "pedestrian",
43
- "12": "dynamic",
44
- "13": "pole/structural object",
45
- "14": "pole/structural object",
46
- "15": "traffic light",
47
- "16": "pole/structural object",
48
- "17": "pole/structural object",
49
- "18": "lane",
50
- "19": "lane",
51
- "20": "pole/structural object",
52
- "21": "lane",
53
- "22": "road marking",
54
- "23": "road marking",
55
- "24": "traffic light",
56
- "25": "static",
57
- "26": "static",
58
- "27": "static",
59
- "28": "static",
60
- "29": "static",
61
- "30": "static",
62
- "31": "static",
63
- "32": "static",
64
- "33": "static",
65
- "34": "static",
66
- "35": "static",
67
- "36": "road boundaries",
68
- "37": "crosswalks",
69
- "38": "static",
70
- "39": "static",
71
- "40": "traffic light",
72
- "41": "pole/structural object",
73
- "42": "pole/structural object",
74
- "43": "static",
75
- "44": "traffic light",
76
- "45": "traffic light",
77
- "46": "traffic light",
78
- "47": "static",
79
- "48": "static",
80
- "49": "static",
81
- "50": "static",
82
- "51": "pole/structural object",
83
- "52": "static",
84
- "53": "static",
85
- "54": "static",
86
- "55": "pole/structural object",
87
- "56": "static",
88
- "57": "pole/structural object",
89
- "58": "static",
90
- "59": "building",
91
- "60": "sidewalk",
92
- "61": "road boundaries",
93
- "62": "pole/structural object",
94
- "63": "pole/structural object",
95
- "64": "pedestrian",
96
- "65": "pedestrian",
97
- "66": "road marking",
98
- "67": "lane",
99
- "68": "crosswalks",
100
- "69": "vehicle",
101
- "70": "vehicle",
102
- "71": "vehicle",
103
- "72": "traffic sign"
104
  },
105
  "image_size": 224,
106
  "initializer_range": 0.02,
107
  "label2id": {
108
- "building": 1,
109
- "crosswalks": 2,
110
- "dynamic": 3,
111
- "lane": 4,
112
- "pedestrian": 5,
113
- "pole/structural object": 6,
114
- "road": 7,
115
- "road boundaries": 8,
116
- "road marking": 9,
117
- "sidewalk": 10,
118
- "sky": 11,
119
- "static": 12,
120
- "traffic light": 13,
121
- "traffic sign": 14,
 
 
 
 
 
 
 
 
122
  "unlabeled": 0,
123
- "vehicle": 15
 
 
 
 
 
 
 
 
 
 
 
124
  },
125
  "layer_norm_eps": 1e-06,
126
  "mlp_ratios": [
@@ -159,5 +140,5 @@
159
  2
160
  ],
161
  "torch_dtype": "float32",
162
- "transformers_version": "4.42.4"
163
  }
 
28
  256
29
  ],
30
  "id2label": {
31
+ "0": "unlabeled",
32
+ "1": "flat-road",
33
+ "2": "flat-sidewalk",
34
+ "3": "flat-crosswalk",
35
+ "4": "flat-cyclinglane",
36
+ "5": "flat-parkingdriveway",
37
+ "6": "flat-railtrack",
38
+ "7": "flat-curb",
39
+ "8": "human-person",
40
+ "9": "human-rider",
41
+ "10": "vehicle-car",
42
+ "11": "vehicle-truck",
43
+ "12": "vehicle-bus",
44
+ "13": "vehicle-tramtrain",
45
+ "14": "vehicle-motorcycle",
46
+ "15": "vehicle-bicycle",
47
+ "16": "vehicle-caravan",
48
+ "17": "vehicle-cartrailer",
49
+ "18": "construction-building",
50
+ "19": "construction-door",
51
+ "20": "construction-wall",
52
+ "21": "construction-fenceguardrail",
53
+ "22": "construction-bridge",
54
+ "23": "construction-tunnel",
55
+ "24": "construction-stairs",
56
+ "25": "object-pole",
57
+ "26": "object-trafficsign",
58
+ "27": "object-trafficlight",
59
+ "28": "nature-vegetation",
60
+ "29": "nature-terrain",
61
+ "30": "sky",
62
+ "31": "void-ground",
63
+ "32": "void-dynamic",
64
+ "33": "void-static",
65
+ "34": "void-unclear"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  },
67
  "image_size": 224,
68
  "initializer_range": 0.02,
69
  "label2id": {
70
+ "construction-bridge": 22,
71
+ "construction-building": 18,
72
+ "construction-door": 19,
73
+ "construction-fenceguardrail": 21,
74
+ "construction-stairs": 24,
75
+ "construction-tunnel": 23,
76
+ "construction-wall": 20,
77
+ "flat-crosswalk": 3,
78
+ "flat-curb": 7,
79
+ "flat-cyclinglane": 4,
80
+ "flat-parkingdriveway": 5,
81
+ "flat-railtrack": 6,
82
+ "flat-road": 1,
83
+ "flat-sidewalk": 2,
84
+ "human-person": 8,
85
+ "human-rider": 9,
86
+ "nature-terrain": 29,
87
+ "nature-vegetation": 28,
88
+ "object-pole": 25,
89
+ "object-trafficlight": 27,
90
+ "object-trafficsign": 26,
91
+ "sky": 30,
92
  "unlabeled": 0,
93
+ "vehicle-bicycle": 15,
94
+ "vehicle-bus": 12,
95
+ "vehicle-car": 10,
96
+ "vehicle-caravan": 16,
97
+ "vehicle-cartrailer": 17,
98
+ "vehicle-motorcycle": 14,
99
+ "vehicle-tramtrain": 13,
100
+ "vehicle-truck": 11,
101
+ "void-dynamic": 32,
102
+ "void-ground": 31,
103
+ "void-static": 33,
104
+ "void-unclear": 34
105
  },
106
  "layer_norm_eps": 1e-06,
107
  "mlp_ratios": [
 
140
  2
141
  ],
142
  "torch_dtype": "float32",
143
+ "transformers_version": "4.30.2"
144
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0e1191d9c35312a1bf64e38e87fa094f22365db5eb476e0339ba8a1dc4388a2
3
  size 14963873
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eff120a3bc4a43479ad039a974c6afcc300ba64011ec43b61386b028c56f03d
3
  size 14963873
runs/Aug05_02-29-48_DESKTOP-Q6GIINE/events.out.tfevents.1722792594.DESKTOP-Q6GIINE.38460.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fe5fa66cf87749cb716c6912e1ac72908fe5ee7548724f2e85109f7ce14ef07
3
+ size 8169880
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b65f6857860d21fbeff7e24f90bd1be7631ab0c59ef6c97a8a10e38652d676b3
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:829fbeedbef41963ac9d14e95b3d3b66b98b8b6e58507c59cba25ed6601e63fd
3
+ size 4015