Upload folder using huggingface_hub
Browse files- unetpp/config.json +4 -4
unetpp/config.json
CHANGED
|
@@ -24,13 +24,13 @@
|
|
| 24 |
"Road"
|
| 25 |
],
|
| 26 |
"thresholds": {
|
| 27 |
-
"River": 0.
|
| 28 |
"Forest": 0.05,
|
| 29 |
-
"Lake": 0.
|
| 30 |
-
"Wetland": 0.
|
| 31 |
"Stream": 0.3,
|
| 32 |
"Building": 0.45,
|
| 33 |
-
"Road": 0.
|
| 34 |
},
|
| 35 |
"patch_size": 512
|
| 36 |
}
|
|
|
|
| 24 |
"Road"
|
| 25 |
],
|
| 26 |
"thresholds": {
|
| 27 |
+
"River": 0.65,
|
| 28 |
"Forest": 0.05,
|
| 29 |
+
"Lake": 0.9,
|
| 30 |
+
"Wetland": 0.95,
|
| 31 |
"Stream": 0.3,
|
| 32 |
"Building": 0.45,
|
| 33 |
+
"Road": 0.65
|
| 34 |
},
|
| 35 |
"patch_size": 512
|
| 36 |
}
|