Datasets:
Commit
·
f1a4f00
1
Parent(s):
a8c0587
README formatting
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ The multispectral images were captured by the Micasense RedEdge-P multispectral
|
|
31 |
DJI M210 V2 UAV. Radiometric calibration was performed for all images based on the known reflectance
|
32 |
values of a calibration panel. All images were used to process a Digital Ortophoto Map, which was then
|
33 |
sliced into the 256x256x6 image patches that are contained in this dataset. Regions from each of the
|
34 |
-
ortophotos were assigned for training (70%), validation (15%) and testing (15%).
|
35 |
|
36 |
Each image file is composed of six channels:
|
37 |
|
@@ -50,20 +50,20 @@ were manually annotated using the CVAT software.
|
|
50 |
The dataset files are organized as following:
|
51 |
|
52 |
```
|
53 |
-
|
54 |
-
├──
|
55 |
-
│ ├──
|
56 |
-
│ ├──
|
57 |
-
│ └──
|
58 |
-
├──
|
59 |
-
│ ├──
|
60 |
-
│ ├──
|
61 |
-
│ └──
|
62 |
-
├──
|
63 |
-
│ ├──
|
64 |
-
│ ├──
|
65 |
-
│ └──
|
66 |
-
└──
|
67 |
|
68 |
```
|
69 |
|
|
|
31 |
DJI M210 V2 UAV. Radiometric calibration was performed for all images based on the known reflectance
|
32 |
values of a calibration panel. All images were used to process a Digital Ortophoto Map, which was then
|
33 |
sliced into the 256x256x6 image patches that are contained in this dataset. Regions from each of the
|
34 |
+
ortophotos were assigned for training (70%), validation (15%) and testing (15%).
|
35 |
|
36 |
Each image file is composed of six channels:
|
37 |
|
|
|
50 |
The dataset files are organized as following:
|
51 |
|
52 |
```
|
53 |
+
📁 dam-segmentation
|
54 |
+
├── 📁 test # Test dataset
|
55 |
+
│ ├── 📁 images
|
56 |
+
│ ├── 📁 mask_binary
|
57 |
+
│ └── 📁 mask_multiclass
|
58 |
+
├── 📁 train # Training dataset
|
59 |
+
│ ├── 📁 images
|
60 |
+
│ ├── 📁 mask_binary
|
61 |
+
│ └── 📁 mask_multiclass
|
62 |
+
├── 📁 val # Validation dataset
|
63 |
+
│ ├── 📁 images
|
64 |
+
│ ├── 📁 mask_binary
|
65 |
+
│ └── 📁 mask_multiclass
|
66 |
+
└── 📝 README.md
|
67 |
|
68 |
```
|
69 |
|