DroneVehicle-C
收藏资源简介:
DroneVehicle-C 是一个基于 DroneVehicle 数据集测试集生成的破坏版本数据集,旨在为无人机平台下的多模态(RGB 与热红外 TIR)车辆检测任务提供一个鲁棒性基准测试平台。该数据集通过对原始测试集图像施加多种系统性的破坏来模拟真实世界中的传感器退化或恶劣环境条件。数据集中包含 23 种不同的破坏条件,分为两大类:RGB 图像破坏(同时 TIR 图像保持干净)和 TIR 图像破坏(同时 RGB 图像保持干净)。具体破坏类型包括高斯噪声、运动模糊、亮度偏移、低对比度以及完全丢失(dropout)等,每种类型可能有多个强度等级。数据组织上,每个破坏条件对应独立的目录,分别存放处理后的 RGB 和 TIR 图像。标注文件采用 DOTA 格式的定向边界框,包含五种车辆类别:小汽车、卡车、货运车、巴士和厢式货车。所有图像尺寸为 840×712 像素(包含原数据集中的 100 像素白边)。数据集附带一个 metadata.json 文件,详细描述了各破坏条件的参数。该数据集适用于计算机视觉领域,特别是研究多模态融合、域适应、鲁棒性评估以及无人机视觉中的车辆检测任务。
DroneVehicle-C is a corrupted version dataset generated from the test set of the DroneVehicle dataset, designed to provide a robustness benchmark for multimodal (RGB and thermal infrared TIR) vehicle detection tasks under drone platforms. This dataset simulates real-world sensor degradation or harsh environmental conditions by applying various systematic corruptions to the original test set images. It includes 23 different corruption conditions, divided into two main categories: RGB image corruptions (while TIR images remain clean) and TIR image corruptions (while RGB images remain clean). Specific corruption types include Gaussian noise, motion blur, brightness shift, low contrast, and complete dropout, among others, each potentially with multiple intensity levels. In terms of data organization, each corruption condition corresponds to an independent directory, storing the processed RGB and TIR images separately. The annotation files use DOTA-format oriented bounding boxes, covering five vehicle categories: car, truck, freight truck, bus, and van. All images have a size of 840×712 pixels (including the 100-pixel white border from the original dataset). The dataset comes with a metadata.json file that details the parameters of each corruption condition. It is suitable for the computer vision field, particularly for researching multimodal fusion, domain adaptation, robustness evaluation, and vehicle detection tasks in drone vision.
数据集概述:DroneVehicle-C
描述:DroneVehicle-C 是 DroneVehicle 测试集的损坏版本,用于评估无人机车辆检测中多模态 RGB+TIR 融合的鲁棒性。
来源:
- 原始数据集:Sun 等人,2022 年 IEEE TCSVT 论文 "Drone-based RGB-Infrared Cross-Modality Vehicle Detection via Uncertainty-Aware Learning"。
- 损坏处理:Saksham Singh Birla,特温特大学(TSCiT 2025 硕士论文)。
结构:
数据集根目录为 DroneVehicle_C/,包含以下内容:
labels/:DOTA 格式的 .txt 标注文件(所有条件下相同)。clean/rgb/和clean/ir/:原始未修改的图像。- 24 个条件目录,例如
rgb_gaussian_noise_s1/,每个目录下包含rgb/和ir/子目录。 metadata.json:条件描述和参数。README.md。
每个条件目录中:
rgb/:RGB 图像(对于rgb_*条件为损坏版本,对于tir_*条件为干净版本)。ir/:TIR 图像(对于rgb_*条件为干净版本,对于tir_*条件为损坏版本)。
损坏条件(共 23 种):
RGB 损坏(TIR 干净):
rgb_gaussian_noise_s1/s2/s3(高斯噪声,3 个严重级别)rgb_motion_blur_s1/s2/s3(运动模糊,3 个严重级别)rgb_brightness_shift_s1/s2/s3(亮度偏移,3 个严重级别)rgb_low_contrast_s1/s2/s3(低对比度,3 个严重级别)rgb_complete_dropout(完全丢失)
TIR 损坏(RGB 干净):
tir_sensor_noise_s1/s2/s3(传感器噪声,3 个严重级别)tir_blur_s1/s2/s3(模糊,3 个严重级别)tir_intensity_shift_s1/s2/s3(强度偏移,3 个严重级别)tir_complete_dropout(完全丢失)
标注信息:
- 格式:DOTA 定向边界框格式,每行:
x1 y1 x2 y2 x3 y3 x4 y4 class difficult - 类别:5 种车辆类别——car(小汽车)、truck(卡车)、freight_car(货运车)、bus(公交车)、van(厢式货车)。
- 图像尺寸:840×712 像素(每侧有 100 像素白色边框,与原始 DroneVehicle 一致)。
引用要求:
- 使用本数据集时,请引用:
- Sun 等人(IEEE TCSVT 2022)——原始 DroneVehicle 数据集。
- Saksham Singh Birla(TSCiT 2025)——损坏基准。
- 完整条件参数请参见
metadata.json。




