UAPD (UAV Any Perspectives Depth)
收藏资源简介:
UAPD数据集是由中国科学院空天信息创新研究院团队创建的无人机视角深度估计基准数据集,旨在解决无人机在动态视角下深度估计的泛化问题。该数据集包含42,000张合成图像,通过CARLA仿真平台生成,涵盖了高度、俯仰、滚转和视野参数的连续均匀分布,并提供了精确的真实深度图和相机姿态标注。数据集的构建过程基于理论推导的几何关系,模拟了无人机在实际飞行中的复杂视角变化,其内容专注于大规模深度范围和多视角场景。该数据集主要应用于无人机自主导航、三维重建和计算机视觉领域,旨在评估和提升模型在任意无人机视角下的深度估计与相机姿态估计性能。
The UAPD Dataset is a benchmark dataset for unmanned aerial vehicle (UAV) view depth estimation, developed by the team at the Aerospace Information Research Institute, Chinese Academy of Sciences. It is designed to address the generalization issue of depth estimation for UAVs under dynamic viewpoints. This dataset includes 42,000 synthetic images generated through the CARLA simulation platform, which covers continuous uniform distributions of altitude, pitch, roll, and field-of-view parameters, and provides precise ground-truth depth maps and camera pose annotations. The construction of the dataset is based on theoretically derived geometric relationships, simulating the complex viewpoint variations of UAVs during actual flight. Its content focuses on large-scale depth ranges and multi-viewpoint scenarios. This dataset is primarily applied in the fields of UAV autonomous navigation, 3D reconstruction, and computer vision, with the goal of evaluating and enhancing the performance of models in depth estimation and camera pose estimation under arbitrary UAV viewpoints.
数据集简介
- 名称: UAPD(UAV Any Perspectives Depth)数据集
- 用途: 面向无人机(UAV)航拍图像的单目深度估计,支持连续变化的相机高度、俯仰角、翻滚角及视场角(FOV)下的深度与相机位姿联合估计。
- 来源平台:
- Hugging Face:https://huggingface.co/datasets/ThisIsLT/UAPD
- 百度网盘:https://pan.baidu.com/s/1wP8FzE-KBbYsO_diMaxvdQ (提取码:k37s)
数据集构建
- 通过选择仿真场景、设定时间、随机生成行人和车辆,构建贴近真实的仿真环境。
- 通过随机采样相机位置和位姿,获取图像及其对应的深度图。
- 提供了不同场景的数据比例以及视角分布信息。
相关模型
- DAPM(Depth Estimation for Any Perspectives Model)是为UAPD数据集设计的首个单目深度估计框架,能够联合估计相机位姿和深度。
- 核心模块:
- IGD(Ideal Ground Depth):利用视角与视距的几何关系实现密集相机位姿监督并增强深度特征。
- PQB(Progressive Quantization Bins):通过渐进式监督与分层量化箱,实现复杂航拍场景的鲁棒深度估计。
- 性能验证:在UAPD数据集上,DAPM在深度估计和相机位姿估计指标上均达到当前最优水平。
环境与使用
- 运行环境:支持Linux或Windows,Python 3.8,NVIDIA GPU + CUDA 11.8。
- 快速安装:通过conda创建环境并安装依赖(opencv及requirements.txt中的Python库)。
- 训练命令:
python train.py - 推理命令:
python test.py

- 1DAPM: UAV Monocular Depth Estimation from Any Height, Pitch, Roll and FOV中国科学院·空天信息创新研究院; 中国科学院大学·电子电气与通信工程学院; 中国科学院大学; 中国科学院·空天信息创新研究院·目标认知与应用技术重点实验室 · 2026年



