Upload folder using huggingface_hub
Browse files- deeplabv3p/config.json +28 -0
- deeplabv3p/model.safetensors +3 -0
deeplabv3p/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": {
|
| 3 |
+
"name": "deeplabv3p",
|
| 4 |
+
"encoder_name": "efficientnet-b4",
|
| 5 |
+
"encoder_depth": 5,
|
| 6 |
+
"in_channels": 3,
|
| 7 |
+
"num_classes": 7
|
| 8 |
+
},
|
| 9 |
+
"class_names": [
|
| 10 |
+
"River",
|
| 11 |
+
"Forest",
|
| 12 |
+
"Lake",
|
| 13 |
+
"Wetland",
|
| 14 |
+
"Stream",
|
| 15 |
+
"Building",
|
| 16 |
+
"Road"
|
| 17 |
+
],
|
| 18 |
+
"thresholds": {
|
| 19 |
+
"River": 0.1,
|
| 20 |
+
"Forest": 0.55,
|
| 21 |
+
"Lake": 0.45,
|
| 22 |
+
"Wetland": 0.6,
|
| 23 |
+
"Stream": 0.55,
|
| 24 |
+
"Building": 0.6,
|
| 25 |
+
"Road": 0.45
|
| 26 |
+
},
|
| 27 |
+
"patch_size": 512
|
| 28 |
+
}
|
deeplabv3p/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cf371fe4cab85946433488484559d437e86d2d17a6daf2a06cc719c0bf5ac74
|
| 3 |
+
size 75067204
|