Anti-UAV
收藏资源简介:
本仓库提供 Anti-UAV 数据集以及在此数据集上训练的 YOLOv8l 模型权重。数据集专注于两种常见类型的自杀式无人机:copter_drone(多旋翼无人机)和 motor_drone(固定翼/电机驱动无人机)。数据集包含73,751张图像,划分比例为训练集 : 验证集 = 8 : 2,标注格式为YOLO格式,适用于复杂背景(城市、郊区、天空)、不同光照和天气条件下的无人机检测任务。
This repository provides the Anti-UAV dataset and the YOLOv8l model weights trained on this dataset. The dataset focuses on two common types of suicide UAVs: copter_drone (multi-rotor UAVs) and motor_drone (fixed-wing/motor-driven UAVs). It contains 73,751 images, with a training-to-validation split ratio of 8:2. The annotation format follows the YOLO specification, and the dataset is tailored for UAV detection tasks under complex backgrounds including urban, suburban and sky scenarios, as well as diverse lighting conditions and various weather environments.
Anti-UAV 数据集概述
一、 数据集基本信息
- 数据集名称: Anti-UAV
- 核心用途: 用于反无人机视觉检测任务。
- 目标类别: 包含两种常见类型的无人机:
copter_drone:多旋翼无人机(如四旋翼),通常速度较慢。motor_drone:固定翼/电机驱动无人机(如Shahed-136),通常速度较快。
- 数据规模: 图像总数为 73,751 张。
- 数据划分: 按 8:2 的比例划分为训练集与验证集(训练集约59,000张,验证集约14,800张)。
- 标注格式: YOLO格式(
<类别> <中心点x坐标> <中心点y坐标> <宽度> <高度>)。 - 应用场景: 涵盖复杂背景(如城市、郊区、天空)以及不同光照和天气条件下的无人机检测。
二、 数据集技术细节
- 图像分辨率: 原始图像分辨率多样。
- 训练预处理: 训练时统一将输入图像缩放至 640×640 像素(YOLOv8默认输入尺寸)。
三、 关联模型性能
- 训练模型: YOLOv8l (large)。
- 关键性能指标(在验证集上):
- 精度(Precision): 0.9808
- 召回率(Recall): 0.9621
- mAP@0.5: 0.9805
- mAP@0.5:0.95: 0.8205
四、 资源下载链接
- YOLOv8l模型权重(
best.pt): https://drive.google.com/file/d/1Q3Ge8UFjanGjhtFioC3iNX0LH3DmYMvA/view?usp=drive_link - Anti-UAV完整数据集(73,751张图片及标签): https://drive.google.com/file/d/1eJsAAB1Nj1KD6nEZnAKxLXz5bqSxOqpG/view?usp=drive_link
五、 使用许可
- 许可说明: 仅限学术研究使用。




