Transformers123
commited on
Commit
·
439b022
1
Parent(s):
bf93802
Upload SegformerForSemanticSegmentation
Browse files- config.json +2 -2
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -29,13 +29,13 @@
|
|
29 |
],
|
30 |
"id2label": {
|
31 |
"0": "black",
|
32 |
-
"
|
33 |
},
|
34 |
"image_size": 224,
|
35 |
"initializer_range": 0.02,
|
36 |
"label2id": {
|
37 |
"black": 0,
|
38 |
-
"white":
|
39 |
},
|
40 |
"layer_norm_eps": 1e-06,
|
41 |
"mlp_ratios": [
|
|
|
29 |
],
|
30 |
"id2label": {
|
31 |
"0": "black",
|
32 |
+
"255": "white"
|
33 |
},
|
34 |
"image_size": 224,
|
35 |
"initializer_range": 0.02,
|
36 |
"label2id": {
|
37 |
"black": 0,
|
38 |
+
"white": 255
|
39 |
},
|
40 |
"layer_norm_eps": 1e-06,
|
41 |
"mlp_ratios": [
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14931789
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdbbeea91552bb3f7f60089d5c5744205aa7605584057b878c59d3288d007080
|
3 |
size 14931789
|