Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Wetlands Segmentation Model (DeepLabv3+)
|
2 |
|
3 |
## Model Description
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: apache-2.0
|
4 |
+
library_name: pytorch
|
5 |
+
tags:
|
6 |
+
- image-segmentation
|
7 |
+
- wetlands
|
8 |
+
- satellite-imagery
|
9 |
+
- environmental
|
10 |
+
- deeplabv3plus
|
11 |
+
datasets:
|
12 |
+
- custom
|
13 |
+
metrics:
|
14 |
+
- iou
|
15 |
+
- precision
|
16 |
+
- recall
|
17 |
+
- f1
|
18 |
+
---
|
19 |
+
|
20 |
+
|
21 |
# Wetlands Segmentation Model (DeepLabv3+)
|
22 |
|
23 |
## Model Description
|