Update README.md
Browse files
README.md
CHANGED
|
@@ -11,10 +11,26 @@ size_categories:
|
|
| 11 |
- n<1K
|
| 12 |
---
|
| 13 |
# Introduction
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
# Layers
|
| 17 |
-
|
| 18 |
|
| 19 |
## LiDAR
|
| 20 |

|
|
|
|
| 11 |
- n<1K
|
| 12 |
---
|
| 13 |
# Introduction
|
| 14 |
+
This dataset was created in cooperation of State Geological Institute of Dionýz Štúr and Kempelen Institute of Intelligent Technologies. The data covers the mountain range of Biele Karpaty in Western part of Slovakia.
|
| 15 |
+
|
| 16 |
+
The data are organized as follows:
|
| 17 |
+
/landslides
|
| 18 |
+
├── layers/
|
| 19 |
+
├───── processed/
|
| 20 |
+
├──────── test/
|
| 21 |
+
├──────── train/
|
| 22 |
+
├──────── validation/
|
| 23 |
+
├───── raw/
|
| 24 |
+
├──────── test/
|
| 25 |
+
├──────── train/
|
| 26 |
+
├──────── validation/
|
| 27 |
+
├── raw/
|
| 28 |
+
└── README.md
|
| 29 |
+
|
| 30 |
+
Folder /landslides/raw/ contains DEM of Biele Karpaty with 1x1 meter resolution (lidar.tif) and anotated landslides by experts from State Geological Institute of Dionýz Štúr (landslides.tif).
|
| 31 |
|
| 32 |
# Layers
|
| 33 |
+
|
| 34 |
|
| 35 |
## LiDAR
|
| 36 |

|