Model save
Browse files- README.md +56 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,6 +15,62 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# SegFormer_b2_mappillary_
|
16 |
|
17 |
This model is a fine-tuned version of [nvidia/segformer-b2-finetuned-cityscapes-1024-1024](https://huggingface.co/nvidia/segformer-b2-finetuned-cityscapes-1024-1024) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
15 |
# SegFormer_b2_mappillary_
|
16 |
|
17 |
This model is a fine-tuned version of [nvidia/segformer-b2-finetuned-cityscapes-1024-1024](https://huggingface.co/nvidia/segformer-b2-finetuned-cityscapes-1024-1024) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- eval_loss: 0.9598
|
20 |
+
- eval_mean_iou: 0.6780
|
21 |
+
- eval_mean_accuracy: 0.7951
|
22 |
+
- eval_overall_accuracy: 0.9391
|
23 |
+
- eval_accuracy_construction--barrier--fence: 0.6674
|
24 |
+
- eval_accuracy_construction--barrier--guard-rail: 0.7787
|
25 |
+
- eval_accuracy_construction--barrier--other-barrier: 0.7093
|
26 |
+
- eval_accuracy_construction--barrier--wall: 0.6692
|
27 |
+
- eval_accuracy_construction--flat--road: 0.9505
|
28 |
+
- eval_accuracy_construction--flat--service-lane: 0.5410
|
29 |
+
- eval_accuracy_construction--flat--sidewalk: 0.9029
|
30 |
+
- eval_accuracy_construction--structure--building: 0.9494
|
31 |
+
- eval_accuracy_human--person: 0.8428
|
32 |
+
- eval_accuracy_human--rider--bicyclist: 0.7374
|
33 |
+
- eval_accuracy_marking--crosswalk-zebra: 0.8275
|
34 |
+
- eval_accuracy_marking--general: 0.6969
|
35 |
+
- eval_accuracy_nature--sky: 0.9902
|
36 |
+
- eval_accuracy_nature--terrain: 0.8238
|
37 |
+
- eval_accuracy_nature--vegetation: 0.9447
|
38 |
+
- eval_accuracy_object--support--pole: 0.5732
|
39 |
+
- eval_accuracy_object--support--traffic-sign-frame: 0.6710
|
40 |
+
- eval_accuracy_object--traffic-light: 0.7524
|
41 |
+
- eval_accuracy_object--traffic-sign--front: 0.8163
|
42 |
+
- eval_accuracy_object--vehicle--bicycle: 0.7771
|
43 |
+
- eval_accuracy_object--vehicle--bus: 0.8829
|
44 |
+
- eval_accuracy_object--vehicle--car: 0.9659
|
45 |
+
- eval_accuracy_object--vehicle--truck: 0.8158
|
46 |
+
- eval_iou_construction--barrier--fence: 0.5508
|
47 |
+
- eval_iou_construction--barrier--guard-rail: 0.6288
|
48 |
+
- eval_iou_construction--barrier--other-barrier: 0.5638
|
49 |
+
- eval_iou_construction--barrier--wall: 0.5354
|
50 |
+
- eval_iou_construction--flat--road: 0.9129
|
51 |
+
- eval_iou_construction--flat--service-lane: 0.4333
|
52 |
+
- eval_iou_construction--flat--sidewalk: 0.7696
|
53 |
+
- eval_iou_construction--structure--building: 0.8821
|
54 |
+
- eval_iou_human--person: 0.6700
|
55 |
+
- eval_iou_human--rider--bicyclist: 0.5363
|
56 |
+
- eval_iou_marking--crosswalk-zebra: 0.7082
|
57 |
+
- eval_iou_marking--general: 0.5822
|
58 |
+
- eval_iou_nature--sky: 0.9811
|
59 |
+
- eval_iou_nature--terrain: 0.6964
|
60 |
+
- eval_iou_nature--vegetation: 0.8935
|
61 |
+
- eval_iou_object--support--pole: 0.4515
|
62 |
+
- eval_iou_object--support--traffic-sign-frame: 0.5508
|
63 |
+
- eval_iou_object--traffic-light: 0.5782
|
64 |
+
- eval_iou_object--traffic-sign--front: 0.7134
|
65 |
+
- eval_iou_object--vehicle--bicycle: 0.5514
|
66 |
+
- eval_iou_object--vehicle--bus: 0.7858
|
67 |
+
- eval_iou_object--vehicle--car: 0.9004
|
68 |
+
- eval_iou_object--vehicle--truck: 0.7182
|
69 |
+
- eval_runtime: 1416.4555
|
70 |
+
- eval_samples_per_second: 1.412
|
71 |
+
- eval_steps_per_second: 0.706
|
72 |
+
- epoch: 14.0
|
73 |
+
- step: 31500
|
74 |
|
75 |
## Model description
|
76 |
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 109508620
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa8be3cffccfcab3eade000453d921429715d2a2573e2347607067572447e9c7
|
3 |
size 109508620
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5975ec05e6edbee8b05ecdf6745ceea1d99ea72f9c9f5447baa0e9de3e944815
|
3 |
size 5368
|