Commit ·
4b0c567
1
Parent(s): ab3ac47
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\n",
|
| 32 |
-
"
|
| 33 |
},
|
| 34 |
"image_size": 224,
|
| 35 |
"initializer_range": 0.02,
|
| 36 |
"label2id": {
|
| 37 |
"black\n": "0",
|
| 38 |
-
"white\n": "
|
| 39 |
},
|
| 40 |
"layer_norm_eps": 1e-06,
|
| 41 |
"mlp_ratios": [
|
|
|
|
| 29 |
],
|
| 30 |
"id2label": {
|
| 31 |
"0": "black\n",
|
| 32 |
+
"255": "white\n"
|
| 33 |
},
|
| 34 |
"image_size": 224,
|
| 35 |
"initializer_range": 0.02,
|
| 36 |
"label2id": {
|
| 37 |
"black\n": "0",
|
| 38 |
+
"white\n": "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:f9c154209c0e785039a7eb9d2603b8758d97df249c94d08ecc2b90406ace4d5d
|
| 3 |
size 14931789
|