ichigoDifuku
commited on
Commit
•
a5e51bc
1
Parent(s):
0a18dcc
End of training
Browse files- README.md +138 -198
- config.json +144 -0
- model.safetensors +3 -0
- runs/Sep08_16-18-23_ebf4b5ae847d/events.out.tfevents.1725779943.ebf4b5ae847d +3 -0
- runs/Sep08_16-18-23_ebf4b5ae847d/events.out.tfevents.1725780392.ebf4b5ae847d +3 -0
- runs/Sep08_16-33-46_ebf4b5ae847d/events.out.tfevents.1725780828.ebf4b5ae847d +3 -0
- runs/Sep08_16-38-23_ebf4b5ae847d/events.out.tfevents.1725781107.ebf4b5ae847d +3 -0
- runs/Sep08_16-44-49_ebf4b5ae847d/events.out.tfevents.1725781491.ebf4b5ae847d +3 -0
- runs/Sep08_16-49-46_ebf4b5ae847d/events.out.tfevents.1725781790.ebf4b5ae847d +3 -0
- runs/Sep08_17-05-05_ebf4b5ae847d/events.out.tfevents.1725782708.ebf4b5ae847d +3 -0
- runs/Sep08_18-05-32_ebf4b5ae847d/events.out.tfevents.1725786336.ebf4b5ae847d +3 -0
- runs/Sep09_11-55-18_81606da62db9/events.out.tfevents.1725850531.81606da62db9 +3 -0
- runs/Sep09_11-57-47_81606da62db9/events.out.tfevents.1725850670.81606da62db9 +3 -0
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,201 +1,141 @@
|
|
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 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
## Model Examination [optional]
|
136 |
-
|
137 |
-
<!-- Relevant interpretability work for the model goes here -->
|
138 |
-
|
139 |
-
[More Information Needed]
|
140 |
-
|
141 |
-
## Environmental Impact
|
142 |
-
|
143 |
-
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
-
|
145 |
-
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
-
|
147 |
-
- **Hardware Type:** [More Information Needed]
|
148 |
-
- **Hours used:** [More Information Needed]
|
149 |
-
- **Cloud Provider:** [More Information Needed]
|
150 |
-
- **Compute Region:** [More Information Needed]
|
151 |
-
- **Carbon Emitted:** [More Information Needed]
|
152 |
-
|
153 |
-
## Technical Specifications [optional]
|
154 |
-
|
155 |
-
### Model Architecture and Objective
|
156 |
-
|
157 |
-
[More Information Needed]
|
158 |
-
|
159 |
-
### Compute Infrastructure
|
160 |
-
|
161 |
-
[More Information Needed]
|
162 |
-
|
163 |
-
#### Hardware
|
164 |
-
|
165 |
-
[More Information Needed]
|
166 |
-
|
167 |
-
#### Software
|
168 |
-
|
169 |
-
[More Information Needed]
|
170 |
-
|
171 |
-
## Citation [optional]
|
172 |
-
|
173 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
-
|
175 |
-
**BibTeX:**
|
176 |
-
|
177 |
-
[More Information Needed]
|
178 |
-
|
179 |
-
**APA:**
|
180 |
-
|
181 |
-
[More Information Needed]
|
182 |
-
|
183 |
-
## Glossary [optional]
|
184 |
-
|
185 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
-
|
187 |
-
[More Information Needed]
|
188 |
-
|
189 |
-
## More Information [optional]
|
190 |
-
|
191 |
-
[More Information Needed]
|
192 |
-
|
193 |
-
## Model Card Authors [optional]
|
194 |
-
|
195 |
-
[More Information Needed]
|
196 |
-
|
197 |
-
## Model Card Contact
|
198 |
-
|
199 |
-
[More Information Needed]
|
200 |
-
|
201 |
-
|
|
|
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-2
|
10 |
+
results: []
|
11 |
---
|
12 |
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# segformer-b0-finetuned-segments-sidewalk-2
|
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.5973
|
21 |
+
- Mean Iou: 0.2741
|
22 |
+
- Mean Accuracy: 0.3241
|
23 |
+
- Overall Accuracy: 0.8431
|
24 |
+
- Accuracy Unlabeled: nan
|
25 |
+
- Accuracy Flat-road: 0.8917
|
26 |
+
- Accuracy Flat-sidewalk: 0.9574
|
27 |
+
- Accuracy Flat-crosswalk: 0.5943
|
28 |
+
- Accuracy Flat-cyclinglane: 0.7718
|
29 |
+
- Accuracy Flat-parkingdriveway: 0.4461
|
30 |
+
- Accuracy Flat-railtrack: 0.0
|
31 |
+
- Accuracy Flat-curb: 0.4790
|
32 |
+
- Accuracy Human-person: 0.6275
|
33 |
+
- Accuracy Human-rider: 0.0
|
34 |
+
- Accuracy Vehicle-car: 0.9331
|
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.3002
|
40 |
+
- Accuracy Vehicle-caravan: 0.0
|
41 |
+
- Accuracy Vehicle-cartrailer: 0.0
|
42 |
+
- Accuracy Construction-building: 0.8853
|
43 |
+
- Accuracy Construction-door: 0.0
|
44 |
+
- Accuracy Construction-wall: 0.5059
|
45 |
+
- Accuracy Construction-fenceguardrail: 0.1500
|
46 |
+
- Accuracy Construction-bridge: 0.0
|
47 |
+
- Accuracy Construction-tunnel: nan
|
48 |
+
- Accuracy Construction-stairs: 0.0
|
49 |
+
- Accuracy Object-pole: 0.1196
|
50 |
+
- Accuracy Object-trafficsign: 0.0
|
51 |
+
- Accuracy Object-trafficlight: 0.0
|
52 |
+
- Accuracy Nature-vegetation: 0.9324
|
53 |
+
- Accuracy Nature-terrain: 0.8845
|
54 |
+
- Accuracy Sky: 0.9657
|
55 |
+
- Accuracy Void-ground: 0.0
|
56 |
+
- Accuracy Void-dynamic: 0.0
|
57 |
+
- Accuracy Void-static: 0.2504
|
58 |
+
- Accuracy Void-unclear: 0.0
|
59 |
+
- Iou Unlabeled: nan
|
60 |
+
- Iou Flat-road: 0.7433
|
61 |
+
- Iou Flat-sidewalk: 0.8594
|
62 |
+
- Iou Flat-crosswalk: 0.5654
|
63 |
+
- Iou Flat-cyclinglane: 0.7149
|
64 |
+
- Iou Flat-parkingdriveway: 0.3468
|
65 |
+
- Iou Flat-railtrack: 0.0
|
66 |
+
- Iou Flat-curb: 0.3889
|
67 |
+
- Iou Human-person: 0.4411
|
68 |
+
- Iou Human-rider: 0.0
|
69 |
+
- Iou Vehicle-car: 0.8003
|
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.2484
|
75 |
+
- Iou Vehicle-caravan: 0.0
|
76 |
+
- Iou Vehicle-cartrailer: 0.0
|
77 |
+
- Iou Construction-building: 0.7020
|
78 |
+
- Iou Construction-door: 0.0
|
79 |
+
- Iou Construction-wall: 0.3589
|
80 |
+
- Iou Construction-fenceguardrail: 0.1472
|
81 |
+
- Iou Construction-bridge: 0.0
|
82 |
+
- Iou Construction-tunnel: nan
|
83 |
+
- Iou Construction-stairs: 0.0
|
84 |
+
- Iou Object-pole: 0.1109
|
85 |
+
- Iou Object-trafficsign: 0.0
|
86 |
+
- Iou Object-trafficlight: 0.0
|
87 |
+
- Iou Nature-vegetation: 0.8106
|
88 |
+
- Iou Nature-terrain: 0.7138
|
89 |
+
- Iou Sky: 0.8976
|
90 |
+
- Iou Void-ground: 0.0
|
91 |
+
- Iou Void-dynamic: 0.0
|
92 |
+
- Iou Void-static: 0.1950
|
93 |
+
- Iou Void-unclear: 0.0
|
94 |
+
|
95 |
+
## Model description
|
96 |
+
|
97 |
+
More information needed
|
98 |
+
|
99 |
+
## Intended uses & limitations
|
100 |
+
|
101 |
+
More information needed
|
102 |
+
|
103 |
+
## Training and evaluation data
|
104 |
+
|
105 |
+
More information needed
|
106 |
+
|
107 |
+
## Training procedure
|
108 |
+
|
109 |
+
### Training hyperparameters
|
110 |
+
|
111 |
+
The following hyperparameters were used during training:
|
112 |
+
- learning_rate: 0.0001
|
113 |
+
- train_batch_size: 8
|
114 |
+
- eval_batch_size: 8
|
115 |
+
- seed: 42
|
116 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
117 |
+
- lr_scheduler_type: linear
|
118 |
+
- num_epochs: 10
|
119 |
+
|
120 |
+
### Training results
|
121 |
+
|
122 |
+
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Unlabeled | Accuracy Flat-road | Accuracy Flat-sidewalk | Accuracy Flat-crosswalk | Accuracy Flat-cyclinglane | Accuracy Flat-parkingdriveway | Accuracy Flat-railtrack | Accuracy Flat-curb | Accuracy Human-person | Accuracy Human-rider | Accuracy Vehicle-car | Accuracy Vehicle-truck | Accuracy Vehicle-bus | Accuracy Vehicle-tramtrain | Accuracy Vehicle-motorcycle | Accuracy Vehicle-bicycle | Accuracy Vehicle-caravan | Accuracy Vehicle-cartrailer | Accuracy Construction-building | Accuracy Construction-door | Accuracy Construction-wall | Accuracy Construction-fenceguardrail | Accuracy Construction-bridge | Accuracy Construction-tunnel | Accuracy Construction-stairs | Accuracy Object-pole | Accuracy Object-trafficsign | Accuracy Object-trafficlight | Accuracy Nature-vegetation | Accuracy Nature-terrain | Accuracy Sky | Accuracy Void-ground | Accuracy Void-dynamic | Accuracy Void-static | Accuracy Void-unclear | Iou Unlabeled | Iou Flat-road | Iou Flat-sidewalk | Iou Flat-crosswalk | Iou Flat-cyclinglane | Iou Flat-parkingdriveway | Iou Flat-railtrack | Iou Flat-curb | Iou Human-person | Iou Human-rider | Iou Vehicle-car | Iou Vehicle-truck | Iou Vehicle-bus | Iou Vehicle-tramtrain | Iou Vehicle-motorcycle | Iou Vehicle-bicycle | Iou Vehicle-caravan | Iou Vehicle-cartrailer | Iou Construction-building | Iou Construction-door | Iou Construction-wall | Iou Construction-fenceguardrail | Iou Construction-bridge | Iou Construction-tunnel | Iou Construction-stairs | Iou Object-pole | Iou Object-trafficsign | Iou Object-trafficlight | Iou Nature-vegetation | Iou Nature-terrain | Iou Sky | Iou Void-ground | Iou Void-dynamic | Iou Void-static | Iou Void-unclear |
|
123 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:------------------:|:------------------:|:----------------------:|:-----------------------:|:-------------------------:|:-----------------------------:|:-----------------------:|:------------------:|:---------------------:|:--------------------:|:--------------------:|:----------------------:|:--------------------:|:--------------------------:|:---------------------------:|:------------------------:|:------------------------:|:---------------------------:|:------------------------------:|:--------------------------:|:--------------------------:|:------------------------------------:|:----------------------------:|:----------------------------:|:----------------------------:|:--------------------:|:---------------------------:|:----------------------------:|:--------------------------:|:-----------------------:|:------------:|:--------------------:|:---------------------:|:--------------------:|:---------------------:|:-------------:|:-------------:|:-----------------:|:------------------:|:--------------------:|:------------------------:|:------------------:|:-------------:|:----------------:|:---------------:|:---------------:|:-----------------:|:---------------:|:---------------------:|:----------------------:|:-------------------:|:-------------------:|:----------------------:|:-------------------------:|:---------------------:|:---------------------:|:-------------------------------:|:-----------------------:|:-----------------------:|:-----------------------:|:---------------:|:----------------------:|:-----------------------:|:---------------------:|:------------------:|:-------:|:---------------:|:----------------:|:---------------:|:----------------:|
|
124 |
+
| 1.611 | 1.0 | 100 | 1.3435 | 0.1511 | 0.1998 | 0.7326 | nan | 0.8304 | 0.8942 | 0.0 | 0.4356 | 0.0015 | 0.0 | 0.0000 | 0.0 | 0.0 | 0.9156 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.8185 | 0.0 | 0.0 | 0.0 | 0.0 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 0.9098 | 0.8566 | 0.9324 | 0.0 | 0.0 | 0.0 | 0.0 | nan | 0.4820 | 0.7633 | 0.0 | 0.4233 | 0.0015 | 0.0 | 0.0000 | 0.0 | 0.0 | 0.5840 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.5841 | 0.0 | 0.0 | 0.0 | 0.0 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 0.7275 | 0.5762 | 0.8456 | 0.0 | 0.0 | 0.0 | 0.0 |
|
125 |
+
| 1.137 | 2.0 | 200 | 1.0101 | 0.1634 | 0.2060 | 0.7605 | nan | 0.8276 | 0.9403 | 0.0 | 0.5388 | 0.0501 | 0.0 | 0.0037 | 0.0 | 0.0 | 0.9244 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.8842 | 0.0 | 0.0 | 0.0 | 0.0 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 0.9359 | 0.7548 | 0.9394 | 0.0 | 0.0 | 0.0 | 0.0 | nan | 0.5394 | 0.7902 | 0.0 | 0.5030 | 0.0473 | 0.0 | 0.0037 | 0.0 | 0.0 | 0.6562 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.5962 | 0.0 | 0.0 | 0.0 | 0.0 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 0.7557 | 0.6370 | 0.8647 | 0.0 | 0.0 | 0.0 | 0.0 |
|
126 |
+
| 0.9072 | 3.0 | 300 | 0.8578 | 0.1838 | 0.2268 | 0.7835 | nan | 0.8225 | 0.9528 | 0.0 | 0.5973 | 0.2935 | 0.0 | 0.2630 | 0.0025 | 0.0 | 0.9198 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.8787 | 0.0 | 0.0079 | 0.0 | 0.0 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 0.9360 | 0.8653 | 0.9461 | 0.0 | 0.0 | 0.0001 | 0.0 | nan | 0.6292 | 0.8005 | 0.0 | 0.5630 | 0.2090 | 0.0 | 0.2160 | 0.0025 | 0.0 | 0.6917 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.6191 | 0.0 | 0.0079 | 0.0 | 0.0 | nan | 0.0 | 0.0 | 0.0 | 0.0 | 0.7644 | 0.6802 | 0.8816 | 0.0 | 0.0 | 0.0001 | 0.0 |
|
127 |
+
| 0.8185 | 4.0 | 400 | 0.7882 | 0.1989 | 0.2415 | 0.7956 | nan | 0.7952 | 0.9597 | 0.0 | 0.7546 | 0.2634 | 0.0 | 0.3463 | 0.0840 | 0.0 | 0.9316 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0041 | 0.0 | 0.0 | 0.8908 | 0.0 | 0.1958 | 0.0 | 0.0 | nan | 0.0 | 0.0022 | 0.0 | 0.0 | 0.9252 | 0.8699 | 0.9444 | 0.0 | 0.0 | 0.0031 | 0.0 | nan | 0.6240 | 0.8069 | 0.0 | 0.6760 | 0.2169 | 0.0 | 0.2836 | 0.0834 | 0.0 | 0.6913 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0041 | 0.0 | 0.0 | 0.6411 | 0.0 | 0.1802 | 0.0 | 0.0 | nan | 0.0 | 0.0022 | 0.0 | 0.0 | 0.7785 | 0.6854 | 0.8880 | 0.0 | 0.0 | 0.0030 | 0.0 |
|
128 |
+
| 0.7126 | 5.0 | 500 | 0.6955 | 0.2183 | 0.2633 | 0.8120 | nan | 0.8911 | 0.9470 | 0.0 | 0.7170 | 0.4330 | 0.0 | 0.3882 | 0.3402 | 0.0 | 0.9353 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0431 | 0.0 | 0.0 | 0.9055 | 0.0 | 0.3163 | 0.0001 | 0.0 | nan | 0.0 | 0.0169 | 0.0 | 0.0 | 0.9358 | 0.8452 | 0.9570 | 0.0 | 0.0 | 0.0175 | 0.0 | nan | 0.6663 | 0.8443 | 0.0 | 0.6712 | 0.3070 | 0.0 | 0.3186 | 0.2908 | 0.0 | 0.7295 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0426 | 0.0 | 0.0 | 0.6535 | 0.0 | 0.2567 | 0.0001 | 0.0 | nan | 0.0 | 0.0168 | 0.0 | 0.0 | 0.7948 | 0.7024 | 0.8913 | 0.0 | 0.0 | 0.0169 | 0.0 |
|
129 |
+
| 0.6301 | 6.0 | 600 | 0.6489 | 0.2343 | 0.2820 | 0.8200 | nan | 0.8983 | 0.9516 | 0.0367 | 0.6998 | 0.4508 | 0.0 | 0.4324 | 0.4498 | 0.0 | 0.9273 | 0.0 | 0.0 | 0.0 | 0.0 | 0.1090 | 0.0 | 0.0 | 0.8946 | 0.0 | 0.4651 | 0.0242 | 0.0 | nan | 0.0 | 0.0529 | 0.0 | 0.0 | 0.9303 | 0.8783 | 0.9598 | 0.0 | 0.0 | 0.1467 | 0.0 | nan | 0.6706 | 0.8600 | 0.0366 | 0.6645 | 0.3249 | 0.0 | 0.3476 | 0.3571 | 0.0 | 0.7710 | 0.0 | 0.0 | 0.0 | 0.0 | 0.1062 | 0.0 | 0.0 | 0.6826 | 0.0 | 0.3357 | 0.0242 | 0.0 | nan | 0.0 | 0.0517 | 0.0 | 0.0 | 0.7885 | 0.6900 | 0.8949 | 0.0 | 0.0 | 0.1269 | 0.0 |
|
130 |
+
| 0.6233 | 7.0 | 700 | 0.6114 | 0.2574 | 0.3056 | 0.8362 | nan | 0.9201 | 0.9481 | 0.4433 | 0.7484 | 0.4279 | 0.0 | 0.4697 | 0.5517 | 0.0 | 0.9392 | 0.0 | 0.0 | 0.0 | 0.0 | 0.1717 | 0.0 | 0.0 | 0.9109 | 0.0 | 0.4857 | 0.0654 | 0.0 | nan | 0.0 | 0.0839 | 0.0 | 0.0 | 0.9306 | 0.8631 | 0.9602 | 0.0 | 0.0 | 0.1655 | 0.0 | nan | 0.7205 | 0.8672 | 0.4324 | 0.7056 | 0.3159 | 0.0 | 0.3665 | 0.4028 | 0.0 | 0.7768 | 0.0 | 0.0 | 0.0 | 0.0 | 0.1553 | 0.0 | 0.0 | 0.6845 | 0.0 | 0.3553 | 0.0652 | 0.0 | nan | 0.0 | 0.0801 | 0.0 | 0.0 | 0.8115 | 0.7151 | 0.8973 | 0.0 | 0.0 | 0.1422 | 0.0 |
|
131 |
+
| 0.5976 | 8.0 | 800 | 0.6079 | 0.2675 | 0.3160 | 0.8399 | nan | 0.8925 | 0.9563 | 0.5797 | 0.7454 | 0.4506 | 0.0 | 0.4743 | 0.5701 | 0.0 | 0.9310 | 0.0 | 0.0 | 0.0 | 0.0 | 0.2390 | 0.0 | 0.0 | 0.8996 | 0.0 | 0.5096 | 0.1015 | 0.0 | nan | 0.0 | 0.0911 | 0.0 | 0.0 | 0.9289 | 0.8862 | 0.9600 | 0.0 | 0.0 | 0.2112 | 0.0 | nan | 0.7371 | 0.8592 | 0.5545 | 0.7028 | 0.3314 | 0.0 | 0.3883 | 0.4237 | 0.0 | 0.7920 | 0.0 | 0.0 | 0.0 | 0.0 | 0.2045 | 0.0 | 0.0 | 0.6950 | 0.0 | 0.3606 | 0.1006 | 0.0 | nan | 0.0 | 0.0868 | 0.0 | 0.0 | 0.8094 | 0.7093 | 0.8986 | 0.0 | 0.0 | 0.1743 | 0.0 |
|
132 |
+
| 0.5346 | 9.0 | 900 | 0.5961 | 0.2715 | 0.3233 | 0.8428 | nan | 0.9151 | 0.9464 | 0.5468 | 0.7937 | 0.4682 | 0.0 | 0.4628 | 0.6180 | 0.0 | 0.9350 | 0.0 | 0.0 | 0.0 | 0.0 | 0.2914 | 0.0 | 0.0 | 0.8768 | 0.0 | 0.5235 | 0.1304 | 0.0 | nan | 0.0 | 0.1123 | 0.0 | 0.0 | 0.9369 | 0.8892 | 0.9621 | 0.0 | 0.0 | 0.2611 | 0.0 | nan | 0.7454 | 0.8704 | 0.5242 | 0.7242 | 0.3413 | 0.0 | 0.3770 | 0.4351 | 0.0 | 0.7947 | 0.0 | 0.0 | 0.0 | 0.0 | 0.2413 | 0.0 | 0.0 | 0.7017 | 0.0 | 0.3608 | 0.1287 | 0.0 | nan | 0.0 | 0.1054 | 0.0 | 0.0 | 0.8056 | 0.7052 | 0.8994 | 0.0 | 0.0 | 0.1976 | 0.0 |
|
133 |
+
| 0.5377 | 10.0 | 1000 | 0.5973 | 0.2741 | 0.3241 | 0.8431 | nan | 0.8917 | 0.9574 | 0.5943 | 0.7718 | 0.4461 | 0.0 | 0.4790 | 0.6275 | 0.0 | 0.9331 | 0.0 | 0.0 | 0.0 | 0.0 | 0.3002 | 0.0 | 0.0 | 0.8853 | 0.0 | 0.5059 | 0.1500 | 0.0 | nan | 0.0 | 0.1196 | 0.0 | 0.0 | 0.9324 | 0.8845 | 0.9657 | 0.0 | 0.0 | 0.2504 | 0.0 | nan | 0.7433 | 0.8594 | 0.5654 | 0.7149 | 0.3468 | 0.0 | 0.3889 | 0.4411 | 0.0 | 0.8003 | 0.0 | 0.0 | 0.0 | 0.0 | 0.2484 | 0.0 | 0.0 | 0.7020 | 0.0 | 0.3589 | 0.1472 | 0.0 | nan | 0.0 | 0.1109 | 0.0 | 0.0 | 0.8106 | 0.7138 | 0.8976 | 0.0 | 0.0 | 0.1950 | 0.0 |
|
134 |
+
|
135 |
+
|
136 |
+
### Framework versions
|
137 |
+
|
138 |
+
- Transformers 4.38.1
|
139 |
+
- Pytorch 2.2.1+cu118
|
140 |
+
- Datasets 2.17.1
|
141 |
+
- Tokenizers 0.15.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.json
ADDED
@@ -0,0 +1,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "nvidia/mit-b0",
|
3 |
+
"architectures": [
|
4 |
+
"SegformerForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"classifier_dropout_prob": 0.1,
|
8 |
+
"decoder_hidden_size": 256,
|
9 |
+
"depths": [
|
10 |
+
2,
|
11 |
+
2,
|
12 |
+
2,
|
13 |
+
2
|
14 |
+
],
|
15 |
+
"downsampling_rates": [
|
16 |
+
1,
|
17 |
+
4,
|
18 |
+
8,
|
19 |
+
16
|
20 |
+
],
|
21 |
+
"drop_path_rate": 0.1,
|
22 |
+
"hidden_act": "gelu",
|
23 |
+
"hidden_dropout_prob": 0.0,
|
24 |
+
"hidden_sizes": [
|
25 |
+
32,
|
26 |
+
64,
|
27 |
+
160,
|
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": [
|
108 |
+
4,
|
109 |
+
4,
|
110 |
+
4,
|
111 |
+
4
|
112 |
+
],
|
113 |
+
"model_type": "segformer",
|
114 |
+
"num_attention_heads": [
|
115 |
+
1,
|
116 |
+
2,
|
117 |
+
5,
|
118 |
+
8
|
119 |
+
],
|
120 |
+
"num_channels": 3,
|
121 |
+
"num_encoder_blocks": 4,
|
122 |
+
"patch_sizes": [
|
123 |
+
7,
|
124 |
+
3,
|
125 |
+
3,
|
126 |
+
3
|
127 |
+
],
|
128 |
+
"reshape_last_stage": true,
|
129 |
+
"semantic_loss_ignore_index": 255,
|
130 |
+
"sr_ratios": [
|
131 |
+
8,
|
132 |
+
4,
|
133 |
+
2,
|
134 |
+
1
|
135 |
+
],
|
136 |
+
"strides": [
|
137 |
+
4,
|
138 |
+
2,
|
139 |
+
2,
|
140 |
+
2
|
141 |
+
],
|
142 |
+
"torch_dtype": "float32",
|
143 |
+
"transformers_version": "4.38.1"
|
144 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:973a1ac806bc3d580525e3634aa279f745ce956c40d481d41f382b223cdec38c
|
3 |
+
size 14918708
|
runs/Sep08_16-18-23_ebf4b5ae847d/events.out.tfevents.1725779943.ebf4b5ae847d
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50a13429c135695ab64f1b27e588ef2f51f30e5097a6e933854b1639ce46d49c
|
3 |
+
size 28987
|
runs/Sep08_16-18-23_ebf4b5ae847d/events.out.tfevents.1725780392.ebf4b5ae847d
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4018a7bafcf7b9a646b11b2de7f0ef3a8d54027a4a772f563f4e1b87b15ea79e
|
3 |
+
size 20134
|
runs/Sep08_16-33-46_ebf4b5ae847d/events.out.tfevents.1725780828.ebf4b5ae847d
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61a4cefcd5c7983a2b7aff6381dbc4bd339fe35bd3bbca5c738e26e32d5cface
|
3 |
+
size 3925
|
runs/Sep08_16-38-23_ebf4b5ae847d/events.out.tfevents.1725781107.ebf4b5ae847d
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:641f3250d57ae4a8a2242831bf644b1fdc7d43cc907bd756970227e0de93b055
|
3 |
+
size 3925
|
runs/Sep08_16-44-49_ebf4b5ae847d/events.out.tfevents.1725781491.ebf4b5ae847d
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19082fc3886ce344a497f14745eaf18863424ff2f29bd1e833aca20fb5cc6063
|
3 |
+
size 6939
|
runs/Sep08_16-49-46_ebf4b5ae847d/events.out.tfevents.1725781790.ebf4b5ae847d
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a290b8164d1ef48758dcb87319cde6507f83f70846ba78bba660df4988e18edf
|
3 |
+
size 7145
|
runs/Sep08_17-05-05_ebf4b5ae847d/events.out.tfevents.1725782708.ebf4b5ae847d
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1697bdab5587dff3494f401002dde3274db9d799b2f801d71776723dc58d990
|
3 |
+
size 6938
|
runs/Sep08_18-05-32_ebf4b5ae847d/events.out.tfevents.1725786336.ebf4b5ae847d
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eceee938cf19b1b2afc263e01170f5afd411ca90b3e75ddce4fc877467136735
|
3 |
+
size 7143
|
runs/Sep09_11-55-18_81606da62db9/events.out.tfevents.1725850531.81606da62db9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9384710c108bb95e1629caecb6cfc0b6e838a6f9cb50db8f9ba4a5d8f54d8395
|
3 |
+
size 7144
|
runs/Sep09_11-57-47_81606da62db9/events.out.tfevents.1725850670.81606da62db9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32c903f3611ea2bc1e085b2c4a6a5437d1106d0a7c1c9646d1db8184c25c2f91
|
3 |
+
size 61415
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b630bb0a3fe9f53587760996b45eda8c2a04b312edb9190e35645b0da9e5875
|
3 |
+
size 4984
|