Upload folder using huggingface_hub
Browse files- pan/config.json +28 -0
- pan/model.safetensors +3 -0
pan/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": {
|
| 3 |
+
"name": "pan",
|
| 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.5,
|
| 20 |
+
"Forest": 0.35,
|
| 21 |
+
"Lake": 0.2,
|
| 22 |
+
"Wetland": 0.2,
|
| 23 |
+
"Stream": 0.55,
|
| 24 |
+
"Building": 0.6,
|
| 25 |
+
"Road": 0.45
|
| 26 |
+
},
|
| 27 |
+
"patch_size": 512
|
| 28 |
+
}
|
pan/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5be362ac91ed8bafaa329457c46ed0db9681ba151de78d8fb18813f7be2db11
|
| 3 |
+
size 71291464
|