End of training
Browse files- README.md +14 -27
- config.json +2 -14
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
-
base_model: nvidia/mit-b0
|
3 |
library_name: transformers
|
4 |
license: other
|
|
|
5 |
tags:
|
6 |
- vision
|
7 |
- image-segmentation
|
@@ -16,28 +16,16 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# segformer-b0-finetuned-segments-satellite-terrain
|
18 |
|
19 |
-
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the ZeeeWP/
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Mean Iou: 0.
|
23 |
-
- Mean Accuracy: 0.
|
24 |
-
- Overall Accuracy: 0.
|
25 |
- Accuracy Unlabeled: nan
|
26 |
-
- Accuracy
|
27 |
-
-
|
28 |
-
-
|
29 |
-
- Accuracy Bedrock lowhill: 0.0260
|
30 |
-
- Accuracy Bedrock highhill: 0.0
|
31 |
-
- Accuracy Gravel low hill: 0.4777
|
32 |
-
- Accuracy Gravel high hill: 0.0
|
33 |
-
- Iou Unlabeled: nan
|
34 |
-
- Iou Sand: 0.2677
|
35 |
-
- Iou Cliff: 0.3318
|
36 |
-
- Iou Bedrock flat: 0.4654
|
37 |
-
- Iou Bedrock lowhill: 0.0233
|
38 |
-
- Iou Bedrock highhill: 0.0
|
39 |
-
- Iou Gravel low hill: 0.2263
|
40 |
-
- Iou Gravel high hill: 0.0
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -66,12 +54,11 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch
|
70 |
-
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
| 1.6061 | 10.0 | 80 | 1.7519 | 0.1878 | 0.3345 | 0.4267 | nan | 0.6650 | 0.5425 | 0.6302 | 0.0260 | 0.0 | 0.4777 | 0.0 | nan | 0.2677 | 0.3318 | 0.4654 | 0.0233 | 0.0 | 0.2263 | 0.0 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
library_name: transformers
|
3 |
license: other
|
4 |
+
base_model: nvidia/mit-b0
|
5 |
tags:
|
6 |
- vision
|
7 |
- image-segmentation
|
|
|
16 |
|
17 |
# segformer-b0-finetuned-segments-satellite-terrain
|
18 |
|
19 |
+
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the ZeeeWP/terrain_map_obstacle dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5761
|
22 |
+
- Mean Iou: 0.4165
|
23 |
+
- Mean Accuracy: 0.8330
|
24 |
+
- Overall Accuracy: 0.8330
|
25 |
- Accuracy Unlabeled: nan
|
26 |
+
- Accuracy Obstacle: 0.8330
|
27 |
+
- Iou Unlabeled: 0.0
|
28 |
+
- Iou Obstacle: 0.8330
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Unlabeled | Accuracy Obstacle | Iou Unlabeled | Iou Obstacle |
|
58 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:------------------:|:-----------------:|:-------------:|:------------:|
|
59 |
+
| 0.6635 | 3.3333 | 20 | 0.6644 | 0.4094 | 0.8189 | 0.8189 | nan | 0.8189 | 0.0 | 0.8189 |
|
60 |
+
| 0.5693 | 6.6667 | 40 | 0.6445 | 0.4404 | 0.8809 | 0.8809 | nan | 0.8809 | 0.0 | 0.8809 |
|
61 |
+
| 0.4977 | 10.0 | 60 | 0.5761 | 0.4165 | 0.8330 | 0.8330 | nan | 0.8330 | 0.0 | 0.8330 |
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
config.json
CHANGED
@@ -29,24 +29,12 @@
|
|
29 |
],
|
30 |
"id2label": {
|
31 |
"0": "unlabeled",
|
32 |
-
"1": "
|
33 |
-
"2": "cliff",
|
34 |
-
"3": "bedrock flat",
|
35 |
-
"4": "bedrock lowhill",
|
36 |
-
"5": "bedrock highhill",
|
37 |
-
"6": "gravel low hill",
|
38 |
-
"7": "gravel high hill"
|
39 |
},
|
40 |
"image_size": 224,
|
41 |
"initializer_range": 0.02,
|
42 |
"label2id": {
|
43 |
-
"
|
44 |
-
"bedrock highhill": 5,
|
45 |
-
"bedrock lowhill": 4,
|
46 |
-
"cliff": 2,
|
47 |
-
"gravel high hill": 7,
|
48 |
-
"gravel low hill": 6,
|
49 |
-
"sand": 1,
|
50 |
"unlabeled": 0
|
51 |
},
|
52 |
"layer_norm_eps": 1e-06,
|
|
|
29 |
],
|
30 |
"id2label": {
|
31 |
"0": "unlabeled",
|
32 |
+
"1": "obstacle"
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
},
|
34 |
"image_size": 224,
|
35 |
"initializer_range": 0.02,
|
36 |
"label2id": {
|
37 |
+
"obstacle": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
"unlabeled": 0
|
39 |
},
|
40 |
"layer_norm_eps": 1e-06,
|
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:979b39becec278cb9ec201dc6ebe61743dc40d62b641bff9111817fd9a85361b
|
3 |
+
size 14884776
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c382888bf4883e7c19d457ce7ba896290231ac362d82cd65d070388bec3dc87f
|
3 |
size 5240
|