Upload folder using huggingface_hub
Browse files- fpn/config.json +32 -0
- fpn/model.safetensors +3 -0
fpn/config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": {
|
| 3 |
+
"name": "fpn",
|
| 4 |
+
"encoder_name": "efficientnet-b4",
|
| 5 |
+
"encoder_depth": 5,
|
| 6 |
+
"in_channels": 3,
|
| 7 |
+
"num_classes": 7,
|
| 8 |
+
"decoder_pyramid_channels": 256,
|
| 9 |
+
"decoder_segmentation_channels": 128,
|
| 10 |
+
"decoder_merge_policy": "add",
|
| 11 |
+
"decoder_dropout": 0.2
|
| 12 |
+
},
|
| 13 |
+
"class_names": [
|
| 14 |
+
"River",
|
| 15 |
+
"Forest",
|
| 16 |
+
"Lake",
|
| 17 |
+
"Wetland",
|
| 18 |
+
"Stream",
|
| 19 |
+
"Building",
|
| 20 |
+
"Road"
|
| 21 |
+
],
|
| 22 |
+
"thresholds": {
|
| 23 |
+
"River": 0.5,
|
| 24 |
+
"Forest": 0.6,
|
| 25 |
+
"Lake": 0.85,
|
| 26 |
+
"Wetland": 0.2,
|
| 27 |
+
"Stream": 0.65,
|
| 28 |
+
"Building": 0.55,
|
| 29 |
+
"Road": 0.55
|
| 30 |
+
},
|
| 31 |
+
"patch_size": 512
|
| 32 |
+
}
|
fpn/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52ed6170c264bebef0e6ade01c4e1c3931b3e6848eba5e91871ac3f12b52e338
|
| 3 |
+
size 77986860
|