Add paper link, GitHub link and metadata
Browse filesHi there, I'm Niels from the Hugging Face community science team.
This PR improves the dataset card for Co3SOP by:
- Adding the `other` task category and relevant tags to the metadata.
- Linking the dataset to its associated paper on the Hugging Face hub.
- Providing a link to the official GitHub repository.
- Adding a descriptive summary of the dataset based on the paper.
- Including the citation information.
README.md
CHANGED
|
@@ -1,3 +1,38 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- other
|
| 5 |
+
tags:
|
| 6 |
+
- autonomous-driving
|
| 7 |
+
- collaborative-perception
|
| 8 |
+
- 3d-semantic-occupancy
|
| 9 |
+
- carla
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Co3SOP: A Synthetic Benchmark for Collaborative 3D Semantic Occupancy Prediction in V2X Autonomous Driving
|
| 13 |
+
|
| 14 |
+
[**Paper**](https://huggingface.co/papers/2506.17004) | [**GitHub**](https://github.com/tlab-wide/Co3SOP)
|
| 15 |
+
|
| 16 |
+
Co3SOP is a high-resolution synthetic benchmark designed for **Collaborative 3D Semantic Occupancy Prediction** in V2X-enabled autonomous driving.
|
| 17 |
+
|
| 18 |
+
While single-vehicle perception is often limited by occlusions, restricted sensor range, and narrow viewpoints, Co3SOP facilitates research into collaborative perception. The dataset provides dense and comprehensive occupancy annotations generated using a high-resolution semantic voxel sensor in the CARLA simulator, replaying existing collaborative perception scenarios.
|
| 19 |
+
|
| 20 |
+
## Dataset Features
|
| 21 |
+
- **High-Resolution Annotations:** Provides a voxel-level representation of both geometric details and semantic categories.
|
| 22 |
+
- **V2X Scenarios:** Enables the exchange of information between multiple agents to enhance perception accuracy.
|
| 23 |
+
- **Diverse Prediction Ranges:** Establishes benchmarks with varying spatial extents (25.6m, 51.2m, and 76.8m) to assess the impact of range on collaborative prediction.
|
| 24 |
+
|
| 25 |
+
## Citation
|
| 26 |
+
If you find this dataset or research useful, please consider citing:
|
| 27 |
+
|
| 28 |
+
```bibtex
|
| 29 |
+
@article{wu2025synthetic,
|
| 30 |
+
title={A Synthetic Benchmark for Collaborative 3D Semantic Occupancy Prediction in V2X Autonomous Driving},
|
| 31 |
+
author={Wu, Hanlin and Lin, Pengfei and Javanmardi, Ehsan and Bao, Naren and Qian, Bo and Si, Hao and Tsukada, Manabu},
|
| 32 |
+
journal={arXiv preprint arXiv:2506.17004},
|
| 33 |
+
year={2025}
|
| 34 |
+
}
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
## Acknowledgements
|
| 38 |
+
This work builds upon several excellent open-source projects, including [OpenCOOD](https://github.com/DerrickXuNu/OpenCOOD), [SurroundOcc](https://github.com/weiyithu/SurroundOcc), and [LMSCNet](https://github.com/astra-vision/LMSCNet).
|