NEST3D
收藏资源简介:
NEST3D是由明斯特大学等机构联合创建的高分辨率多模态数据集,专注于社会性织巢鸟巢的三维结构。该数据集包含104个巢树场景,总计约27,945张RGB图像、111,780张多光谱图像以及约7.81亿个三维点云,数据量达1.4TB,并附有专家标注的语义分割标签。数据集通过无人机采集RGB与多光谱影像,并利用摄影测量技术重建为三维点云,经人工精细标注为树、巢、草地三类。该数据集旨在推动三维重建、分割与分类算法的发展,应用于生态学领域,如自动巢穴体积估算与物种保护,为解决复杂植被环境中目标识别与极端类别不平衡问题提供基准。
NEST3D is a high-resolution multimodal dataset jointly created by the University of Münster and other institutions, focusing on the 3D structures of social weaver bird nests. This dataset encompasses 104 nest tree scenes, including approximately 27,945 RGB images, 111,780 multispectral images, and around 781 million 3D point clouds, with a total data volume of 1.4 TB, and is accompanied by expert-annotated semantic segmentation labels. The dataset collects RGB and multispectral imagery via unmanned aerial vehicles (UAVs), reconstructs them into 3D point clouds using photogrammetric techniques, and then undergoes meticulous manual annotation into three categories: tree, nest, and grassland. This dataset aims to promote the development of 3D reconstruction, segmentation and classification algorithms, with applications in the field of ecology such as automatic nest volume estimation and species conservation, providing a benchmark for solving target recognition and extreme class imbalance issues in complex vegetated environments.
数据集概述:NEST3D
基本信息
- 数据集名称:NEST3D: A High-Resolution Multimodal Dataset of Sociable Weaver Tree Nests
- DOI:https://doi.org/10.57967/hf/8978
- 语言:英语
- 许可证:cc-by-4.0
- 大小:约 1.01 TB,100K - 1M 行数据
- 标签:semantic-segmentation, scene-understanding, 3d-point-clouds, multimodal, drone-imagery
- 格式:WebDataset
- 库:Datasets, WebDataset, Croissant
数据集描述
NEST3D 是一个多模态数据集,包含 104 个群织雀巢样本,结合了无人机拍摄的 RGB 和多光谱图像,以及带有语义标注的 3D RGB 点云。该数据集通过无人机遥感捕获了这些巢穴所在的树木,提供了丰富的空间和光谱信息,用于计算机视觉和生态监测应用中的场景级语义分割方法基准测试和推进。
关键特征
- 模态:多模态(RGB 图像、多光谱波段、3D 点云)
- 任务:场景级语义分割
- 规模:多个树巢场景,具有一致的空间和光谱覆盖
- 标注:3D 点云的逐点语义标签
- 数据来源:无人机 RGB 和多光谱图像
- 应用领域:生态监测、野生动物管理、3D 语义分割、3D 重建
数据集组织
数据集按模态划分为特定目录,支持灵活访问和重用。
目录结构
NEST3D/ ├── train/ │ ├── sample_001/ │ │ ├── RGB/ # RGB 无人机图像 │ │ ├── MS/ # 多光谱图像 │ │ │ ├── Green/ │ │ │ ├── Red/ │ │ │ ├── Red_Edge/ │ │ │ └── NIR/ │ │ └── sample001.npy # 带标签的 3D 点云 │ └── sample_002/ └── test/ └── ...
数据模态
1. RGB 图像
- 来源:无人机航拍原始图像
- 格式:JPEG
- 按数据划分和场景 ID 组织
- 示例路径:
train/sample_001/RGB/sample001_RGB_119.JPG
2. 多光谱图像
- 包含与 RGB 相同的采集源中的四个光谱波段
- 按四个波段文件夹组织:
- Green (G):绿色通道图像
- Red (R):红色通道图像
- Red Edge (RE):红边通道,用于植被分析
- NIR:近红外通道,用于植被健康评估
- 格式:GeoTIFF (.TIF)
- 示例路径:
train/sample_001/MS/Green/sample001_G_119.TIFtrain/sample_001/MS/Red/sample001_R_119.TIFtrain/sample_001/MS/Red_Edge/sample001_RE_119.TIFtrain/sample_001/MS/NIR/sample001_NIR_119.TIF
3. 3D 点云
- 每个场景一个 NumPy 文件,包含完整的 3D 重建
- 格式:
.npy(NumPy 二进制格式) - 每个点的属性:
[x, y, z, r, g, b, label]- x, y, z:3D 空间坐标(米)
- r, g, b:RGB 颜色值(0-255)
- label:语义类别标签(整数)
- 示例路径:
train/sample_001/sample001.npy
数据划分
- 训练集:用于模型训练和开发
- 测试集:用于模型评估和基准测试
- 总场景数:104 个样本,训练/测试划分比例为 83/21
数据集信息
- 总场景数:104 个样本(83 个训练,21 个测试)
- 模态:RGB、多光谱(4 个波段)、3D 点云
- 图像格式:JPEG(RGB)、GeoTIFF(多光谱)
- 点云格式:NumPy 数组
- 标注类型:逐点语义标签
引用
使用 NEST3D 时,请引用以下内容:
@misc{nest3d_dataset, author = {Molina Catricheo, Constanza A. and May, Giacomo and Guo, Ting-Jia and Reinhard, Friedrich F. and Risse, Benjamin}, title = {{NEST3D}: A High-Resolution Multimodal Dataset of Sociable Weaver Tree Nests}, year = {2026}, publisher = {Hugging Face}, doi = {10.57967/hf/8978}, url = {https://huggingface.co/datasets/NEST3D/dataset}, note = {Version 1.0} }




