Upload SegformerForSemanticSegmentation
Browse files- README.md +3 -1
- config.json +18 -26
- model.safetensors +2 -2
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- vision
|
5 |
+
- image-segmentation
|
6 |
---
|
7 |
|
8 |
# Model Card for Model ID
|
config.json
CHANGED
@@ -29,37 +29,29 @@
|
|
29 |
],
|
30 |
"id2label": {
|
31 |
"0": "Ignore",
|
32 |
-
"1": "
|
33 |
-
"2": "
|
34 |
-
"3": "
|
35 |
-
"4": "
|
36 |
-
"5": "
|
37 |
-
"6": "
|
38 |
-
"7": "
|
39 |
-
"8": "
|
40 |
-
"9": "
|
41 |
-
"10": "Parking",
|
42 |
-
"11": "Waterway",
|
43 |
-
"12": "Swimming_Pool",
|
44 |
-
"13": "Greenery"
|
45 |
},
|
46 |
"image_size": 224,
|
47 |
"initializer_range": 0.02,
|
48 |
"label2id": {
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
|
|
|
|
|
|
|
|
52 |
"Ignore": 0,
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"Mid_Building": 7,
|
56 |
-
"Parking": 10,
|
57 |
-
"Skyscraper": 5,
|
58 |
-
"Small_Building": 8,
|
59 |
-
"Small_Road": 3,
|
60 |
-
"Street": 4,
|
61 |
-
"Swimming_Pool": 12,
|
62 |
-
"Waterway": 11
|
63 |
},
|
64 |
"layer_norm_eps": 1e-06,
|
65 |
"mlp_ratios": [
|
|
|
29 |
],
|
30 |
"id2label": {
|
31 |
"0": "Ignore",
|
32 |
+
"1": "Background",
|
33 |
+
"2": "Building",
|
34 |
+
"3": "Bridge/Flyover",
|
35 |
+
"4": "Highway/Major_Road",
|
36 |
+
"5": "Street/Lane",
|
37 |
+
"6": "Water",
|
38 |
+
"7": "Barren",
|
39 |
+
"8": "Forest",
|
40 |
+
"9": "Agricultural"
|
|
|
|
|
|
|
|
|
41 |
},
|
42 |
"image_size": 224,
|
43 |
"initializer_range": 0.02,
|
44 |
"label2id": {
|
45 |
+
"Agricultural": 9,
|
46 |
+
"Background": 1,
|
47 |
+
"Barren": 7,
|
48 |
+
"Bridge/Flyover": 3,
|
49 |
+
"Building": 2,
|
50 |
+
"Forest": 8,
|
51 |
+
"Highway/Major_Road": 4,
|
52 |
"Ignore": 0,
|
53 |
+
"Street/Lane": 5,
|
54 |
+
"Water": 6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
},
|
56 |
"layer_norm_eps": 1e-06,
|
57 |
"mlp_ratios": [
|
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:4ead252806c3594ba63931c2cf7ac82b2451efc44135deb3899ae6c6578a122b
|
3 |
+
size 109468632
|