Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Simulated PhiSat Bench Dataset - Roads
|
| 2 |
+
|
| 3 |
+
This dataset comprises simulated PhiSat2 data derived from Sentinel-2, tailored for pixel-wise regression tasks aimed at estimating road coverage.
|
| 4 |
+
|
| 5 |
+
## Dataset Overview
|
| 6 |
+
|
| 7 |
+
Each sample in the dataset includes a single-channel label.
|
| 8 |
+
The labels are stored as floating-point values that represent the estimated percentage of roads area within each pixel.
|
| 9 |
+
For a pixel with a 10-meter resolution (representing 100 square meters), the label values range from 0 to 100, where:
|
| 10 |
+
|
| 11 |
+
- *0* indicates no roads coverage, and
|
| 12 |
+
- *100* indicates full roads coverage.
|
| 13 |
+
|
| 14 |
+
# Use Case
|
| 15 |
+
This dataset is intended for training machine learning models for road detection, road network extraction and mapping,
|
| 16 |
+
urban planning and infrastructure development, as well as disaster response and accessibility analysis.
|