update model card README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
- image-segmentation
|
5 |
-
- vision
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
- name: segformer-finetuned-sidewalk-50-epochs
|
@@ -14,82 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# segformer-finetuned-sidewalk-50-epochs
|
16 |
|
17 |
-
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the
|
18 |
-
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.7690
|
20 |
-
- Mean Iou: 0.2117
|
21 |
-
- Mean Accuracy: 0.2615
|
22 |
-
- Overall Accuracy: 0.7840
|
23 |
-
- Accuracy Unlabeled: nan
|
24 |
-
- Accuracy Flat-road: 0.6563
|
25 |
-
- Accuracy Flat-sidewalk: 0.9295
|
26 |
-
- Accuracy Flat-crosswalk: 0.3228
|
27 |
-
- Accuracy Flat-cyclinglane: 0.7303
|
28 |
-
- Accuracy Flat-parkingdriveway: 0.2743
|
29 |
-
- Accuracy Flat-railtrack: nan
|
30 |
-
- Accuracy Flat-curb: 0.3172
|
31 |
-
- Accuracy Human-person: 0.0109
|
32 |
-
- Accuracy Human-rider: 0.0
|
33 |
-
- Accuracy Vehicle-car: 0.9388
|
34 |
-
- Accuracy Vehicle-truck: 0.0
|
35 |
-
- Accuracy Vehicle-bus: 0.0
|
36 |
-
- Accuracy Vehicle-tramtrain: 0.0
|
37 |
-
- Accuracy Vehicle-motorcycle: 0.0
|
38 |
-
- Accuracy Vehicle-bicycle: 0.0
|
39 |
-
- Accuracy Vehicle-caravan: 0.0
|
40 |
-
- Accuracy Vehicle-cartrailer: 0.0
|
41 |
-
- Accuracy Construction-building: 0.9232
|
42 |
-
- Accuracy Construction-door: 0.0
|
43 |
-
- Accuracy Construction-wall: 0.2146
|
44 |
-
- Accuracy Construction-fenceguardrail: 0.0943
|
45 |
-
- Accuracy Construction-bridge: 0.0
|
46 |
-
- Accuracy Construction-tunnel: nan
|
47 |
-
- Accuracy Construction-stairs: 0.0
|
48 |
-
- Accuracy Object-pole: 0.2119
|
49 |
-
- Accuracy Object-trafficsign: 0.0
|
50 |
-
- Accuracy Object-trafficlight: 0.0
|
51 |
-
- Accuracy Nature-vegetation: 0.9083
|
52 |
-
- Accuracy Nature-terrain: 0.7748
|
53 |
-
- Accuracy Sky: 0.8846
|
54 |
-
- Accuracy Void-ground: 0.0
|
55 |
-
- Accuracy Void-dynamic: 0.0
|
56 |
-
- Accuracy Void-static: 0.1757
|
57 |
-
- Accuracy Void-unclear: 0.0
|
58 |
-
- Iou Unlabeled: nan
|
59 |
-
- Iou Flat-road: 0.5342
|
60 |
-
- Iou Flat-sidewalk: 0.8036
|
61 |
-
- Iou Flat-crosswalk: 0.2661
|
62 |
-
- Iou Flat-cyclinglane: 0.6165
|
63 |
-
- Iou Flat-parkingdriveway: 0.2254
|
64 |
-
- Iou Flat-railtrack: nan
|
65 |
-
- Iou Flat-curb: 0.1921
|
66 |
-
- Iou Human-person: 0.0109
|
67 |
-
- Iou Human-rider: 0.0
|
68 |
-
- Iou Vehicle-car: 0.7190
|
69 |
-
- Iou Vehicle-truck: 0.0
|
70 |
-
- Iou Vehicle-bus: 0.0
|
71 |
-
- Iou Vehicle-tramtrain: 0.0
|
72 |
-
- Iou Vehicle-motorcycle: 0.0
|
73 |
-
- Iou Vehicle-bicycle: 0.0
|
74 |
-
- Iou Vehicle-caravan: 0.0
|
75 |
-
- Iou Vehicle-cartrailer: 0.0
|
76 |
-
- Iou Construction-building: 0.6152
|
77 |
-
- Iou Construction-door: 0.0
|
78 |
-
- Iou Construction-wall: 0.1796
|
79 |
-
- Iou Construction-fenceguardrail: 0.0924
|
80 |
-
- Iou Construction-bridge: 0.0
|
81 |
-
- Iou Construction-tunnel: nan
|
82 |
-
- Iou Construction-stairs: 0.0
|
83 |
-
- Iou Object-pole: 0.1438
|
84 |
-
- Iou Object-trafficsign: 0.0
|
85 |
-
- Iou Object-trafficlight: 0.0
|
86 |
-
- Iou Nature-vegetation: 0.7901
|
87 |
-
- Iou Nature-terrain: 0.6467
|
88 |
-
- Iou Sky: 0.8389
|
89 |
-
- Iou Void-ground: 0.0
|
90 |
-
- Iou Void-dynamic: 0.0
|
91 |
-
- Iou Void-static: 0.0992
|
92 |
-
- Iou Void-unclear: 0.0
|
93 |
|
94 |
## Model description
|
95 |
|
@@ -108,13 +31,13 @@ More information needed
|
|
108 |
### Training hyperparameters
|
109 |
|
110 |
The following hyperparameters were used during training:
|
111 |
-
- learning_rate:
|
112 |
- train_batch_size: 16
|
113 |
- eval_batch_size: 16
|
114 |
- seed: 42
|
115 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
116 |
-
- lr_scheduler_type:
|
117 |
-
-
|
118 |
|
119 |
### Training results
|
120 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
- name: segformer-finetuned-sidewalk-50-epochs
|
|
|
12 |
|
13 |
# segformer-finetuned-sidewalk-50-epochs
|
14 |
|
15 |
+
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
31 |
### Training hyperparameters
|
32 |
|
33 |
The following hyperparameters were used during training:
|
34 |
+
- learning_rate: 6e-05
|
35 |
- train_batch_size: 16
|
36 |
- eval_batch_size: 16
|
37 |
- seed: 42
|
38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
+
- lr_scheduler_type: polynomial
|
40 |
+
- training_steps: 1000
|
41 |
|
42 |
### Training results
|
43 |
|