andrematte commited on
Commit
cab52f3
·
verified ·
1 Parent(s): 4678c74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -3
README.md CHANGED
@@ -1,3 +1,58 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - image-segmentation
5
+ tags:
6
+ - remote-sensing
7
+ - uav
8
+ - multispectral
9
+ - land-cover
10
+ - segmentation
11
+ - dam
12
+ - dike
13
+ - slope
14
+ - vegetation
15
+ pretty_name: Dam Segmentation Dataset
16
+ size_categories:
17
+ - 1K<n<10K
18
+ ---
19
+
20
+ # Dam Segmentation Dataset
21
+ # Multispectral UAV Remote Sensing Data for Embankment Dam Segmentation
22
+
23
+ ## Dataset Summary
24
+
25
+ This dataset contains a series of multispectral image slices captured at the embankment dams and dikes
26
+ of the Belo Monte Hydroelectric Complex, located in the state of Pará, northern Brazil. Each image is
27
+ paired with its respective NDRE vegetation index values, binary segmentation mask and multiclass
28
+ segmentation mask
29
+
30
+ ---
31
+ ## Dataset Structure
32
+
33
+ The dataset files are organized as following:
34
+
35
+ ```
36
+ 📁 dam-segmentation
37
+ ├── 📁 images # Multispectral images
38
+ ├── 📁 index_ndre # NDRE index values
39
+ ├── 📁 labels_binary # Binary Segmentation Masks
40
+ ├── 📁 labels_multiclass # Multiclass Segmentation Masks
41
+ └── 📁 README.md
42
+ ```
43
+
44
+ ---
45
+ ## Citation Information
46
+
47
+ If you use this dataset in your work, please cite:
48
+
49
+ ```latex
50
+ @misc{teixeira2024damseg,
51
+ author = {Carlos André de Mattos Teixeira},
52
+ title = {Multispectral UAV Remote Sensing Data for Embankment Dam Segmentation},
53
+ year = {2024},
54
+ publisher = {Hugging Face},
55
+ journal = {Dataset Repository},
56
+ url = {https://huggingface.co/datasets/andrematte/dam-segmentation}
57
+ }
58
+ ```