Update README.md
Browse files
README.md
CHANGED
|
@@ -1,26 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
language:
|
| 3 |
-
- en
|
| 4 |
-
license: apache-2.0
|
| 5 |
-
tags:
|
| 6 |
-
- earth-observation
|
| 7 |
-
- segmentation
|
| 8 |
-
- unet
|
| 9 |
-
- pytorch
|
| 10 |
-
- remote-sensing
|
| 11 |
-
- spacenet
|
| 12 |
-
datasets:
|
| 13 |
-
- harshinde/spacenet-rio
|
| 14 |
-
metrics:
|
| 15 |
-
- iou
|
| 16 |
-
- accuracy
|
| 17 |
-
- dice
|
| 18 |
-
pipeline_tag: image-segmentation
|
| 19 |
-
---
|
| 20 |
|
| 21 |
# SpaceNet Rio Building Detection Model
|
| 22 |
|
| 23 |
-
This model detects building footprints from high-resolution satellite imagery. It is a PyTorch-based U-Net model trained on the **SpaceNet
|
| 24 |
|
| 25 |
## Model Details
|
| 26 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- earth-observation
|
| 7 |
+
- segmentation
|
| 8 |
+
- unet
|
| 9 |
+
- pytorch
|
| 10 |
+
- remote-sensing
|
| 11 |
+
- spacenet
|
| 12 |
+
datasets:
|
| 13 |
+
- harshinde/spacenet-rio
|
| 14 |
+
metrics:
|
| 15 |
+
- iou
|
| 16 |
+
- accuracy
|
| 17 |
+
- dice
|
| 18 |
+
pipeline_tag: image-segmentation
|
| 19 |
+
---
|
| 20 |
|
| 21 |
# SpaceNet Rio Building Detection Model
|
| 22 |
|
| 23 |
+
This model detects building footprints from high-resolution satellite imagery. It is a PyTorch-based U-Net model trained on the **SpaceNet (Rio de Janeiro)** dataset for semantic segmentation (binary: background vs. building).
|
| 24 |
|
| 25 |
## Model Details
|
| 26 |
|