--- license: mit language: - en pretty_name: DALES 2 size_categories: - 1G Files and versions** so the Hub (and `datasets`) can see supported patterns if you add a `load_dataset` script later. Until then, use **`huggingface_hub`** to download files (below). ## Download ### huggingface_hub (recommended for raw files) ```bash pip install huggingface_hub ``` ```python from huggingface_hub import snapshot_download snapshot_download( repo_id="mbendjilali/DALES-2", repo_type="dataset", local_dir="dales2", ) ``` ### Git LFS ```bash git lfs install git clone https://huggingface.co/datasets/mbendjilali/DALES-2 ``` ## Scene graph tool Scene graphs (`graph_*.json`, `graph_*_edges.json`, `geom_*.json`) and the **web editor** are maintained in the **[Github](https://github.com/mbendjilali/dales-2)** codebase. Documentation, schema, and build instructions are in the project README shipped with that repository. ## Citation If you use this dataset, please cite: ```bibtex @inproceedings{bendjilali2026dales2, title = {{DALES} 2: A Renovated Aerial {LiDAR} Benchmark for 3D Scene Understanding}, author = {Bendjilali, Moussa and Peyran, Claire and Velumani, Kaaviya and Mauri, Antoine and Luminari, Nicola and Alliez, Pierre}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops}, year = {2026}, note = {USM3D workshop}, } ``` (Update `pages` or volume fields when official workshop proceedings are available.) ## License This dataset is released under the **MIT License**, consistent with the Hub dataset metadata. ## Acknowledgments DALES 2 builds on the original **DALES** aerial LiDAR data and the **DALES Objects** instance benchmark. Please cite the original DALES and DALES Objects papers when comparing to prior work on that geography. ## Contact For questions about the release or benchmark, open a discussion on this dataset page or contact the authors via the affiliations listed in the paper.