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

End of training

Browse files
README.md ADDED
The diff for this file is too large to render. See raw diff
 
config.json CHANGED
@@ -28,80 +28,99 @@
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,5 +159,5 @@
140
  2
141
  ],
142
  "torch_dtype": "float32",
143
- "transformers_version": "4.30.2"
144
  }
 
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
  2
160
  ],
161
  "torch_dtype": "float32",
162
+ "transformers_version": "4.42.4"
163
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa74bef162569f3a5dbb61242ab7932c48f75d4daa846b0d991519dec3b37d6d
3
+ size 14957780
runs/Aug03_14-09-16_86963beaddf3/events.out.tfevents.1722694159.86963beaddf3.1271.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5721b93754faf8a5e0506a1f7271374449dea58da80c2e93c2d579fbdefe4c42
3
+ size 11617
runs/Aug03_14-09-16_86963beaddf3/events.out.tfevents.1722694232.86963beaddf3.1271.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be6134adacd692b881b752d1bb486999647456b763bd85664d493c87f149a968
3
+ size 2654465
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad03e27a5f8cb7093ff7f7f85fd116afae83059ddf9d425e2a51b6905a977b7d
3
- size 4015
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b65f6857860d21fbeff7e24f90bd1be7631ab0c59ef6c97a8a10e38652d676b3
3
+ size 5240