nielsr HF staff commited on
Commit
1a413c4
1 Parent(s): 8937053

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -1
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  license: apache-2.0
3
  tags:
 
 
4
  - generated_from_trainer
5
  model-index:
6
  - name: segformer-finetuned-sidewalk-50-epochs
@@ -12,7 +14,82 @@ should probably proofread and complete it, then remove this comment. -->
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
 
 
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
 
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 segments/sidewalk-semantic dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.0025
20
+ - Mean Iou: 0.1696
21
+ - Mean Accuracy: 0.2225
22
+ - Overall Accuracy: 0.7429
23
+ - Accuracy Unlabeled: nan
24
+ - Accuracy Flat-road: 0.6270
25
+ - Accuracy Flat-sidewalk: 0.9313
26
+ - Accuracy Flat-crosswalk: 0.0019
27
+ - Accuracy Flat-cyclinglane: 0.7908
28
+ - Accuracy Flat-parkingdriveway: 0.1035
29
+ - Accuracy Flat-railtrack: nan
30
+ - Accuracy Flat-curb: 0.1277
31
+ - Accuracy Human-person: 0.0
32
+ - Accuracy Human-rider: 0.0
33
+ - Accuracy Vehicle-car: 0.8867
34
+ - Accuracy Vehicle-truck: 0.0
35
+ - Accuracy Vehicle-bus: 0.0
36
+ - Accuracy Vehicle-tramtrain: nan
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.8696
42
+ - Accuracy Construction-door: 0.0
43
+ - Accuracy Construction-wall: 0.0037
44
+ - Accuracy Construction-fenceguardrail: 0.0
45
+ - Accuracy Construction-bridge: 0.0
46
+ - Accuracy Construction-tunnel: nan
47
+ - Accuracy Construction-stairs: 0.0
48
+ - Accuracy Object-pole: 0.0048
49
+ - Accuracy Object-trafficsign: 0.0
50
+ - Accuracy Object-trafficlight: 0.0
51
+ - Accuracy Nature-vegetation: 0.9035
52
+ - Accuracy Nature-terrain: 0.7721
53
+ - Accuracy Sky: 0.8740
54
+ - Accuracy Void-ground: 0.0
55
+ - Accuracy Void-dynamic: 0.0
56
+ - Accuracy Void-static: 0.0
57
+ - Accuracy Void-unclear: 0.0
58
+ - Iou Unlabeled: nan
59
+ - Iou Flat-road: 0.4815
60
+ - Iou Flat-sidewalk: 0.7837
61
+ - Iou Flat-crosswalk: 0.0019
62
+ - Iou Flat-cyclinglane: 0.5434
63
+ - Iou Flat-parkingdriveway: 0.0847
64
+ - Iou Flat-railtrack: nan
65
+ - Iou Flat-curb: 0.0991
66
+ - Iou Human-person: 0.0
67
+ - Iou Human-rider: 0.0
68
+ - Iou Vehicle-car: 0.5682
69
+ - Iou Vehicle-truck: 0.0
70
+ - Iou Vehicle-bus: 0.0
71
+ - Iou Vehicle-tramtrain: nan
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.5254
77
+ - Iou Construction-door: 0.0
78
+ - Iou Construction-wall: 0.0036
79
+ - Iou Construction-fenceguardrail: 0.0
80
+ - Iou Construction-bridge: 0.0
81
+ - Iou Construction-tunnel: nan
82
+ - Iou Construction-stairs: 0.0
83
+ - Iou Object-pole: 0.0048
84
+ - Iou Object-trafficsign: 0.0
85
+ - Iou Object-trafficlight: 0.0
86
+ - Iou Nature-vegetation: 0.7442
87
+ - Iou Nature-terrain: 0.5920
88
+ - Iou Sky: 0.8243
89
+ - Iou Void-ground: 0.0
90
+ - Iou Void-dynamic: 0.0
91
+ - Iou Void-static: 0.0
92
+ - Iou Void-unclear: 0.0
93
 
94
  ## Model description
95