Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
---
|
| 2 |
base_model: timm/resnet18d.ra2_in1k
|
| 3 |
base_model_relation: merge
|
|
|
|
|
|
|
| 4 |
library_name: segmentation-models-pytorch
|
| 5 |
license: cc-by-4.0
|
| 6 |
metrics:
|
|
@@ -10,6 +12,19 @@ metrics:
|
|
| 10 |
- mean_iou
|
| 11 |
- precision
|
| 12 |
- recall
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
pipeline_tag: image-segmentation
|
| 14 |
tags:
|
| 15 |
- aerial-imagery
|
|
|
|
| 1 |
---
|
| 2 |
base_model: timm/resnet18d.ra2_in1k
|
| 3 |
base_model_relation: merge
|
| 4 |
+
datasets:
|
| 5 |
+
- DimitrisMantas/RoofSense
|
| 6 |
library_name: segmentation-models-pytorch
|
| 7 |
license: cc-by-4.0
|
| 8 |
metrics:
|
|
|
|
| 12 |
- mean_iou
|
| 13 |
- precision
|
| 14 |
- recall
|
| 15 |
+
model-index:
|
| 16 |
+
- name: RoofSense
|
| 17 |
+
results:
|
| 18 |
+
- dataset:
|
| 19 |
+
name: RoofSense
|
| 20 |
+
type: DimitrisMantas/RoofSense
|
| 21 |
+
metrics:
|
| 22 |
+
- name: Average Accuracy
|
| 23 |
+
type: accuracy
|
| 24 |
+
value: 0.5
|
| 25 |
+
task:
|
| 26 |
+
name: 'Classification'
|
| 27 |
+
type: image-segmentation
|
| 28 |
pipeline_tag: image-segmentation
|
| 29 |
tags:
|
| 30 |
- aerial-imagery
|