harshinde commited on
Commit
bc36c8c
·
verified ·
1 Parent(s): 4ecc2b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -20
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 Area of Interest 1 (Rio de Janeiro)** dataset for semantic segmentation (binary: background vs. building).
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