Datasets:
ArXiv:
License:
Update dataset card with paper and code links
Browse filesHello! I am Niels from the Hugging Face community science team. I noticed this dataset is missing some key metadata and links to its associated research paper.
This PR:
- Adds the `image-segmentation` task category.
- Links the dataset to the original paper on the Hugging Face Hub.
- Adds a link to the official GitHub repository.
- Provides a brief description of the dataset's purpose.
This will help users better understand the context of the dataset and find the associated code.
README.md
CHANGED
|
@@ -1,7 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
**Note on Dataset Size:** The fully processed dataset is quite large. If downloading the processed patches is inconvenient, you can download the raw source data instead and use the scripts provided here to perfectly reproduce the dataset.
|
| 7 |
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
# WildRoad
|
| 8 |
+
|
| 9 |
+
[Beyond Endpoints: Path-Centric Reasoning for Vectorized Off-Road Network Extraction](https://huggingface.co/papers/2512.10416)
|
| 10 |
+
|
| 11 |
+
Official Repository: [xiaofei-guan/MaGRoad](https://github.com/xiaofei-guan/MaGRoad)
|
| 12 |
+
|
| 13 |
+
WildRoad is a global off-road road network dataset constructed efficiently with a dedicated interactive annotation tool tailored for road-network labeling. It addresses the lack of large-scale vectorized datasets in off-road environments and provides a benchmark for challenging terrains.
|
| 14 |
+
|
| 15 |
+
## WildRoad Dataset Processing Pipeline
|
| 16 |
|
| 17 |
**Note on Dataset Size:** The fully processed dataset is quite large. If downloading the processed patches is inconvenient, you can download the raw source data instead and use the scripts provided here to perfectly reproduce the dataset.
|
| 18 |
|