DALES-2
收藏资源简介:
DALES 2 是一个经过更新的大规模航空 LiDAR 基准数据集,用于 3D 场景理解。它在原始 DALES 数据集的地理覆盖基础上,重新标注了语义和实例标签,优化了分类体系,并引入了场景图结构(对象和关系)。数据集包含标注的点云数据(通常为每个瓦片的 LAZ/LAS 文件)和可选的场景图关系(如相邻、靠近、支撑、延伸等)。数据集支持语义和实例分割、3D 检测/全景解析以及场景图生成和推理等任务。数据模态为 3D 点云(LAZ 或 LAS 格式),包含 15 个语义类别,每个点带有实例属性。非实体类对象使用不同的正实例 ID,实体类使用实例 0。实例 ID 在同一瓦片内跨语义类别唯一。数据集结构通常为一个文件对应一个空间瓦片,可选辅助资产(如元数据、分割、校验和)。数据集采用 MIT 许可。
DALES 2 is an updated large-scale airborne LiDAR benchmark dataset for 3D scene understanding. Built upon the geographic coverage of the original DALES dataset, it has been re-annotated with semantic and instance labels, with its classification taxonomy optimized, and scene graph structures (objects and their relationships) introduced. The dataset contains annotated point cloud data (typically LAZ/LAS files per spatial tile) and optional scene graph relationships (e.g., adjacency, proximity, support, extension, etc.). It supports tasks including semantic and instance segmentation, 3D detection/panoptic parsing, scene graph generation and reasoning. The data modality is 3D point clouds in LAZ or LAS format, which encompasses 15 semantic categories, with each point equipped with instance attributes. Non-solid objects use distinct positive instance IDs, while solid objects utilize instance ID 0. Instance IDs are unique across semantic categories within the same spatial tile. The dataset structure generally follows the pattern of one file corresponding to one spatial tile, with optional auxiliary assets such as metadata, data splits, and checksums. The dataset is licensed under the MIT License.
DALES 2 数据集概述
数据集基本信息
- 数据集名称:DALES 2
- 发布平台:Hugging Face Datasets
- 许可证:MIT License
- 主要语言:英语
- 数据规模:1GB 至 10GB
- 标签:激光雷达、点云、航空、3D场景理解、实例分割、语义分割、场景图、遥感
数据集简介
DALES 2 是一个基于原始 DALES 发布地理覆盖范围重建的大规模航空激光雷达基准数据集,用于 3D 场景理解。该数据集提供了重新标注的语义和实例标签、精细化的分类体系以及伴随的场景图结构。
主要特点与更新
- 对实例和语义进行了人工参与的修订。
- 采用 15 类 语义分类体系,每个点具有分类标签,并在每个瓦片内提供跨类别的唯一实例ID。
- 可选使用通过官方流程生成的关系图。
- 本 Hub 仓库主要分发带标注的点云数据,图 JSON 文件和交互式**图编辑工具**位于配套的代码仓库中。
支持的任务
- 航空激光雷达的语义分割和实例分割
- 城市/基础设施场景中的 3D 检测/全景式解析
- 场景图生成与推理
数据模态
- 3D 点云,格式为 LAZ 或 LAS,覆盖航空/大面积瓦片。
类别 ID 与实例说明
| ID | 类别 | 说明 |
|---|---|---|
| 0 | 地面 | 背景类 |
| 1 | 植被 | 背景类 |
| 2 | 汽车 | 车辆实例 |
| 3 | 电力线 | 导线实例 |
| 4 | 围栏 | 背景类 |
| 5 | 树 | 树木实例 |
| 6 | 皮卡 | 车辆实例 |
| 7 | 厢式货车与卡车 | 车辆实例 |
| 8 | 重型车辆 | 车辆实例 |
| 9 | 电线杆 | 杆状物实例 |
| 10 | 路灯杆 | 杆状物实例 |
| 11 | 交通信号杆 | 杆状物实例 |
| 12 | 住宅 | 建筑实例 |
| 13 | 综合体 | 建筑实例 |
| 14 | 附属建筑 | 建筑实例 |
- 实例字段:每个点携带一个实例属性。非背景类对象使用不同的正数实例ID;背景类在发布约定中使用实例 0。实例 ID 在同一个瓦片文件内的不同语义类别间是唯一的。
数据集结构
- 每个空间瓦片通常对应一个文件,例如位于仓库根目录或
tiles/目录下的*.laz/*.las文件。 - 可选的辅助文件。
下载方式
使用 huggingface_hub(推荐用于原始文件)
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
场景图工具
场景图文件及网页编辑器在 Github 代码库中维护。
引用
如需使用本数据集,请引用: 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}, }
致谢
DALES 2 基于原始的 DALES 航空激光雷达数据和 DALES Objects 实例基准构建。
联系
如有关于发布或基准测试的问题,请在本数据集页面发起讨论或通过论文中列出的作者单位联系作者。




