End of training
Browse files
config.json
CHANGED
@@ -28,99 +28,80 @@
|
|
28 |
256
|
29 |
],
|
30 |
"id2label": {
|
31 |
-
"0": "
|
32 |
-
"1": "
|
33 |
-
"2": "
|
34 |
-
"3": "
|
35 |
-
"4": "
|
36 |
-
"5": "
|
37 |
-
"6": "
|
38 |
-
"7": "
|
39 |
-
"8": "
|
40 |
-
"9": "
|
41 |
-
"10": "
|
42 |
-
"11": "
|
43 |
-
"12": "
|
44 |
-
"13": "
|
45 |
-
"14": "
|
46 |
-
"15": "
|
47 |
-
"16": "
|
48 |
-
"17": "
|
49 |
-
"18": "
|
50 |
-
"19": "
|
51 |
-
"20": "
|
52 |
-
"21": "
|
53 |
-
"22": "
|
54 |
-
"23": "
|
55 |
-
"24": "
|
56 |
-
"25": "
|
57 |
-
"26": "
|
58 |
-
"27": "
|
59 |
-
"28": "
|
60 |
-
"29": "
|
61 |
-
"30": "
|
62 |
-
"31": "
|
63 |
-
"32": "
|
64 |
-
"33": "static",
|
65 |
-
"34": "
|
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 |
-
"
|
109 |
-
"
|
110 |
-
"
|
111 |
-
"
|
112 |
-
"
|
113 |
-
"
|
114 |
-
"
|
115 |
-
"
|
116 |
-
"
|
117 |
-
"
|
118 |
-
"
|
119 |
-
"
|
120 |
-
"
|
121 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
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:
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:829fbeedbef41963ac9d14e95b3d3b66b98b8b6e58507c59cba25ed6601e63fd
|
3 |
+
size 4015
|