Push model using huggingface_hub.
Browse files- README.md +3 -3
- config.json +1 -1
- model.safetensors +2 -2
README.md
CHANGED
|
@@ -37,7 +37,7 @@ model_init_params = {
|
|
| 37 |
"decoder_attention_type": None,
|
| 38 |
"decoder_interpolation": "nearest",
|
| 39 |
"in_channels": 3,
|
| 40 |
-
"classes":
|
| 41 |
"activation": None,
|
| 42 |
"aux_params": None
|
| 43 |
}
|
|
@@ -47,8 +47,8 @@ model_init_params = {
|
|
| 47 |
```json
|
| 48 |
[
|
| 49 |
{
|
| 50 |
-
"test_per_image_iou": 0.
|
| 51 |
-
"test_dataset_iou": 0.
|
| 52 |
}
|
| 53 |
]
|
| 54 |
```
|
|
|
|
| 37 |
"decoder_attention_type": None,
|
| 38 |
"decoder_interpolation": "nearest",
|
| 39 |
"in_channels": 3,
|
| 40 |
+
"classes": 3,
|
| 41 |
"activation": None,
|
| 42 |
"aux_params": None
|
| 43 |
}
|
|
|
|
| 47 |
```json
|
| 48 |
[
|
| 49 |
{
|
| 50 |
+
"test_per_image_iou": 0.9501466155052185,
|
| 51 |
+
"test_dataset_iou": 0.9473266005516052
|
| 52 |
}
|
| 53 |
]
|
| 54 |
```
|
config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"_model_class": "UnetPlusPlus",
|
| 3 |
"activation": null,
|
| 4 |
"aux_params": null,
|
| 5 |
-
"classes":
|
| 6 |
"decoder_attention_type": null,
|
| 7 |
"decoder_channels": [
|
| 8 |
256,
|
|
|
|
| 2 |
"_model_class": "UnetPlusPlus",
|
| 3 |
"activation": null,
|
| 4 |
"aux_params": null,
|
| 5 |
+
"classes": 3,
|
| 6 |
"decoder_attention_type": null,
|
| 7 |
"decoder_channels": [
|
| 8 |
256,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:576e1f0d1b1b5cbc2492fe4577551adc3ec0eb79cffc7a62f784ce8a23f51443
|
| 3 |
+
size 63962676
|