End of training
Browse files- README.md +53 -95
- config.json +4 -70
- model.safetensors +2 -2
- runs/May26_22-08-47_c62e72524a85/events.out.tfevents.1716761332.c62e72524a85.903.9 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
3 |
tags:
|
4 |
- vision
|
5 |
- image-segmentation
|
6 |
- generated_from_trainer
|
7 |
-
base_model: nvidia/mit-b0
|
8 |
model-index:
|
9 |
- name: segformer-b0-finetuned-segments-sidewalk-test
|
10 |
results: []
|
@@ -17,80 +17,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the segments/sidewalk-semantic dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Mean Iou: 0.
|
22 |
-
- Mean Accuracy: 0.
|
23 |
-
- Overall Accuracy: 0.
|
24 |
-
- Accuracy
|
25 |
-
- Accuracy Flat-
|
26 |
-
-
|
27 |
-
-
|
28 |
-
- Accuracy Flat-cyclinglane: 0.3028
|
29 |
-
- Accuracy Flat-parkingdriveway: 0.0018
|
30 |
-
- Accuracy Flat-railtrack: nan
|
31 |
-
- Accuracy Flat-curb: 0.0
|
32 |
-
- Accuracy Human-person: 0.0
|
33 |
-
- Accuracy Human-rider: 0.0
|
34 |
-
- Accuracy Vehicle-car: 0.8471
|
35 |
-
- Accuracy Vehicle-truck: 0.0
|
36 |
-
- Accuracy Vehicle-bus: 0.0
|
37 |
-
- Accuracy Vehicle-tramtrain: 0.0
|
38 |
-
- Accuracy Vehicle-motorcycle: 0.0
|
39 |
-
- Accuracy Vehicle-bicycle: 0.0
|
40 |
-
- Accuracy Vehicle-caravan: 0.0
|
41 |
-
- Accuracy Vehicle-cartrailer: 0.0
|
42 |
-
- Accuracy Construction-building: 0.8710
|
43 |
-
- Accuracy Construction-door: 0.0
|
44 |
-
- Accuracy Construction-wall: 0.0000
|
45 |
-
- Accuracy Construction-fenceguardrail: 0.0
|
46 |
-
- Accuracy Construction-bridge: 0.0
|
47 |
-
- Accuracy Construction-tunnel: nan
|
48 |
-
- Accuracy Construction-stairs: 0.0
|
49 |
-
- Accuracy Object-pole: 0.0
|
50 |
-
- Accuracy Object-trafficsign: 0.0
|
51 |
-
- Accuracy Object-trafficlight: 0.0
|
52 |
-
- Accuracy Nature-vegetation: 0.9276
|
53 |
-
- Accuracy Nature-terrain: 0.7787
|
54 |
-
- Accuracy Sky: 0.9107
|
55 |
-
- Accuracy Void-ground: 0.0
|
56 |
-
- Accuracy Void-dynamic: 0.0
|
57 |
-
- Accuracy Void-static: 0.0
|
58 |
-
- Accuracy Void-unclear: 0.0
|
59 |
-
- Iou Unlabeled: nan
|
60 |
-
- Iou Flat-road: 0.4643
|
61 |
-
- Iou Flat-sidewalk: 0.7689
|
62 |
-
- Iou Flat-crosswalk: 0.0
|
63 |
-
- Iou Flat-cyclinglane: 0.2893
|
64 |
-
- Iou Flat-parkingdriveway: 0.0018
|
65 |
-
- Iou Flat-railtrack: nan
|
66 |
-
- Iou Flat-curb: 0.0
|
67 |
-
- Iou Human-person: 0.0
|
68 |
-
- Iou Human-rider: 0.0
|
69 |
-
- Iou Vehicle-car: 0.5408
|
70 |
-
- Iou Vehicle-truck: 0.0
|
71 |
-
- Iou Vehicle-bus: 0.0
|
72 |
-
- Iou Vehicle-tramtrain: 0.0
|
73 |
-
- Iou Vehicle-motorcycle: 0.0
|
74 |
-
- Iou Vehicle-bicycle: 0.0
|
75 |
-
- Iou Vehicle-caravan: 0.0
|
76 |
-
- Iou Vehicle-cartrailer: 0.0
|
77 |
-
- Iou Construction-building: 0.5284
|
78 |
-
- Iou Construction-door: 0.0
|
79 |
-
- Iou Construction-wall: 0.0000
|
80 |
-
- Iou Construction-fenceguardrail: 0.0
|
81 |
-
- Iou Construction-bridge: 0.0
|
82 |
-
- Iou Construction-tunnel: nan
|
83 |
-
- Iou Construction-stairs: 0.0
|
84 |
-
- Iou Object-pole: 0.0
|
85 |
-
- Iou Object-trafficsign: 0.0
|
86 |
-
- Iou Object-trafficlight: 0.0
|
87 |
-
- Iou Nature-vegetation: 0.7388
|
88 |
-
- Iou Nature-terrain: 0.6219
|
89 |
-
- Iou Sky: 0.8235
|
90 |
-
- Iou Void-ground: 0.0
|
91 |
-
- Iou Void-dynamic: 0.0
|
92 |
-
- Iou Void-static: 0.0
|
93 |
-
- Iou Void-unclear: 0.0
|
94 |
|
95 |
## Model description
|
96 |
|
@@ -110,8 +44,8 @@ More information needed
|
|
110 |
|
111 |
The following hyperparameters were used during training:
|
112 |
- learning_rate: 6e-05
|
113 |
-
- train_batch_size:
|
114 |
-
- eval_batch_size:
|
115 |
- seed: 42
|
116 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
117 |
- lr_scheduler_type: linear
|
@@ -119,24 +53,48 @@ The following hyperparameters were used during training:
|
|
119 |
|
120 |
### Training results
|
121 |
|
122 |
-
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy
|
123 |
-
|
124 |
-
|
|
125 |
-
|
|
126 |
-
|
|
127 |
-
|
|
128 |
-
|
|
129 |
-
|
|
130 |
-
|
|
131 |
-
|
|
132 |
-
|
|
133 |
-
|
|
134 |
-
|
|
135 |
-
|
|
136 |
-
|
|
137 |
-
|
|
138 |
-
|
|
139 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
|
141 |
|
142 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
base_model: nvidia/mit-b0
|
4 |
tags:
|
5 |
- vision
|
6 |
- image-segmentation
|
7 |
- generated_from_trainer
|
|
|
8 |
model-index:
|
9 |
- name: segformer-b0-finetuned-segments-sidewalk-test
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the segments/sidewalk-semantic dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1893
|
21 |
+
- Mean Iou: 0.4552
|
22 |
+
- Mean Accuracy: 0.9104
|
23 |
+
- Overall Accuracy: 0.9104
|
24 |
+
- Accuracy Other: nan
|
25 |
+
- Accuracy Flat-sidewalk: 0.9104
|
26 |
+
- Iou Other: 0.0
|
27 |
+
- Iou Flat-sidewalk: 0.9104
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
- learning_rate: 6e-05
|
47 |
+
- train_batch_size: 2
|
48 |
+
- eval_batch_size: 2
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Other | Accuracy Flat-sidewalk | Iou Other | Iou Flat-sidewalk |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:--------------:|:----------------------:|:---------:|:-----------------:|
|
58 |
+
| 0.4805 | 0.05 | 20 | 0.5080 | 0.4534 | 0.9069 | 0.9069 | nan | 0.9069 | 0.0 | 0.9069 |
|
59 |
+
| 0.2146 | 0.1 | 40 | 0.3937 | 0.4660 | 0.9319 | 0.9319 | nan | 0.9319 | 0.0 | 0.9319 |
|
60 |
+
| 0.215 | 0.15 | 60 | 0.3593 | 0.4476 | 0.8952 | 0.8952 | nan | 0.8952 | 0.0 | 0.8952 |
|
61 |
+
| 0.151 | 0.2 | 80 | 0.2834 | 0.4423 | 0.8845 | 0.8845 | nan | 0.8845 | 0.0 | 0.8845 |
|
62 |
+
| 0.174 | 0.25 | 100 | 0.3268 | 0.4612 | 0.9225 | 0.9225 | nan | 0.9225 | 0.0 | 0.9225 |
|
63 |
+
| 0.1597 | 0.3 | 120 | 0.2900 | 0.4229 | 0.8457 | 0.8457 | nan | 0.8457 | 0.0 | 0.8457 |
|
64 |
+
| 0.2165 | 0.35 | 140 | 0.2723 | 0.4411 | 0.8822 | 0.8822 | nan | 0.8822 | 0.0 | 0.8822 |
|
65 |
+
| 0.2 | 0.4 | 160 | 0.2598 | 0.4167 | 0.8334 | 0.8334 | nan | 0.8334 | 0.0 | 0.8334 |
|
66 |
+
| 0.577 | 0.45 | 180 | 0.3185 | 0.4708 | 0.9416 | 0.9416 | nan | 0.9416 | 0.0 | 0.9416 |
|
67 |
+
| 0.2466 | 0.5 | 200 | 0.2305 | 0.4295 | 0.8589 | 0.8589 | nan | 0.8589 | 0.0 | 0.8589 |
|
68 |
+
| 0.1742 | 0.55 | 220 | 0.2439 | 0.4544 | 0.9089 | 0.9089 | nan | 0.9089 | 0.0 | 0.9089 |
|
69 |
+
| 0.1764 | 0.6 | 240 | 0.2318 | 0.4359 | 0.8719 | 0.8719 | nan | 0.8719 | 0.0 | 0.8719 |
|
70 |
+
| 0.1432 | 0.65 | 260 | 0.2253 | 0.4318 | 0.8636 | 0.8636 | nan | 0.8636 | 0.0 | 0.8636 |
|
71 |
+
| 0.1472 | 0.7 | 280 | 0.2193 | 0.4353 | 0.8707 | 0.8707 | nan | 0.8707 | 0.0 | 0.8707 |
|
72 |
+
| 0.4737 | 0.75 | 300 | 0.2347 | 0.4407 | 0.8813 | 0.8813 | nan | 0.8813 | 0.0 | 0.8813 |
|
73 |
+
| 0.1567 | 0.8 | 320 | 0.2212 | 0.4248 | 0.8496 | 0.8496 | nan | 0.8496 | 0.0 | 0.8496 |
|
74 |
+
| 0.0832 | 0.85 | 340 | 0.2170 | 0.4426 | 0.8852 | 0.8852 | nan | 0.8852 | 0.0 | 0.8852 |
|
75 |
+
| 0.1718 | 0.9 | 360 | 0.2079 | 0.4390 | 0.8780 | 0.8780 | nan | 0.8780 | 0.0 | 0.8780 |
|
76 |
+
| 0.3256 | 0.95 | 380 | 0.2127 | 0.4576 | 0.9151 | 0.9151 | nan | 0.9151 | 0.0 | 0.9151 |
|
77 |
+
| 0.089 | 1.0 | 400 | 0.2249 | 0.4603 | 0.9207 | 0.9207 | nan | 0.9207 | 0.0 | 0.9207 |
|
78 |
+
| 0.103 | 1.05 | 420 | 0.2051 | 0.4360 | 0.8720 | 0.8720 | nan | 0.8720 | 0.0 | 0.8720 |
|
79 |
+
| 0.3474 | 1.1 | 440 | 0.2216 | 0.4333 | 0.8666 | 0.8666 | nan | 0.8666 | 0.0 | 0.8666 |
|
80 |
+
| 0.0851 | 1.15 | 460 | 0.2306 | 0.4681 | 0.9361 | 0.9361 | nan | 0.9361 | 0.0 | 0.9361 |
|
81 |
+
| 0.1989 | 1.2 | 480 | 0.2029 | 0.4516 | 0.9032 | 0.9032 | nan | 0.9032 | 0.0 | 0.9032 |
|
82 |
+
| 0.2072 | 1.25 | 500 | 0.2076 | 0.4666 | 0.9331 | 0.9331 | nan | 0.9331 | 0.0 | 0.9331 |
|
83 |
+
| 0.2898 | 1.3 | 520 | 0.2164 | 0.4645 | 0.9291 | 0.9291 | nan | 0.9291 | 0.0 | 0.9291 |
|
84 |
+
| 0.1578 | 1.35 | 540 | 0.2057 | 0.4457 | 0.8914 | 0.8914 | nan | 0.8914 | 0.0 | 0.8914 |
|
85 |
+
| 0.2697 | 1.4 | 560 | 0.1973 | 0.4646 | 0.9292 | 0.9292 | nan | 0.9292 | 0.0 | 0.9292 |
|
86 |
+
| 0.1269 | 1.45 | 580 | 0.1830 | 0.4467 | 0.8934 | 0.8934 | nan | 0.8934 | 0.0 | 0.8934 |
|
87 |
+
| 0.0908 | 1.5 | 600 | 0.1866 | 0.4471 | 0.8941 | 0.8941 | nan | 0.8941 | 0.0 | 0.8941 |
|
88 |
+
| 0.0614 | 1.55 | 620 | 0.1983 | 0.4632 | 0.9264 | 0.9264 | nan | 0.9264 | 0.0 | 0.9264 |
|
89 |
+
| 0.1043 | 1.6 | 640 | 0.1941 | 0.4598 | 0.9196 | 0.9196 | nan | 0.9196 | 0.0 | 0.9196 |
|
90 |
+
| 0.0532 | 1.65 | 660 | 0.1920 | 0.4553 | 0.9106 | 0.9106 | nan | 0.9106 | 0.0 | 0.9106 |
|
91 |
+
| 0.5912 | 1.7 | 680 | 0.1880 | 0.4530 | 0.9059 | 0.9059 | nan | 0.9059 | 0.0 | 0.9059 |
|
92 |
+
| 0.0604 | 1.75 | 700 | 0.1964 | 0.4611 | 0.9221 | 0.9221 | nan | 0.9221 | 0.0 | 0.9221 |
|
93 |
+
| 0.0899 | 1.8 | 720 | 0.1975 | 0.4623 | 0.9245 | 0.9245 | nan | 0.9245 | 0.0 | 0.9245 |
|
94 |
+
| 0.1153 | 1.85 | 740 | 0.1866 | 0.4580 | 0.9160 | 0.9160 | nan | 0.9160 | 0.0 | 0.9160 |
|
95 |
+
| 0.1038 | 1.9 | 760 | 0.1998 | 0.4652 | 0.9304 | 0.9304 | nan | 0.9304 | 0.0 | 0.9304 |
|
96 |
+
| 0.1448 | 1.95 | 780 | 0.1977 | 0.4624 | 0.9248 | 0.9248 | nan | 0.9248 | 0.0 | 0.9248 |
|
97 |
+
| 0.1298 | 2.0 | 800 | 0.1893 | 0.4552 | 0.9104 | 0.9104 | nan | 0.9104 | 0.0 | 0.9104 |
|
98 |
|
99 |
|
100 |
### Framework versions
|
config.json
CHANGED
@@ -28,80 +28,14 @@
|
|
28 |
256
|
29 |
],
|
30 |
"id2label": {
|
31 |
-
"0": "
|
32 |
-
"1": "flat-
|
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 |
-
"
|
71 |
-
"
|
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": [
|
|
|
28 |
256
|
29 |
],
|
30 |
"id2label": {
|
31 |
+
"0": "other",
|
32 |
+
"1": "flat-sidewalk"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
},
|
34 |
"image_size": 224,
|
35 |
"initializer_range": 0.02,
|
36 |
"label2id": {
|
37 |
+
"flat-sidewalk": 1,
|
38 |
+
"other": 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
},
|
40 |
"layer_norm_eps": 1e-06,
|
41 |
"mlp_ratios": [
|
model.safetensors
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:894fabad483d9b0384fe99ae246cdc4572325ba9ef726d34df22b5ca6a190a22
|
3 |
+
size 14884776
|
runs/May26_22-08-47_c62e72524a85/events.out.tfevents.1716761332.c62e72524a85.903.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6072b266d558b86812f88e282afed8a34c8a7852e442b1f904177645b258611e
|
3 |
+
size 201092
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c3314f61879b1d09ff8dee3a9285227f0d6bc7d2fe214c9d17402b630f2c375
|
3 |
size 5176
|