Real-time recognition application for UAV based on YOLOv5

Wenjian She,Yuzhen Liao,Yuanchao Geng,Haonan Xu,Yao Zhang,Junwei Tang,Dalang Guo
DOI: https://doi.org/10.1145/3652628.3652813
2023-11-17
Abstract:While drones facilitate life, they may also generate threats. To monitor drone traffic and prevent drone threats, it is necessary to be able to detect fast-moving UAV (unmanned aerial vehicle) objects in the air in real-time for subsequent warnings or strikes. In this paper, based on the YOLOv5 (you only look once) algorithm, the YOLOv5s model is trained under the homemade drone dataset, pruned and deployed on the AI (artificial intelligence) edge device and achieved a detection frame rate of 265FPS, furthermore, the model is quantized and then deployed and the frame rate is increased to 300FPS, realizing real-time detection of drones, and finally, we also replace YOLOv5s backbone with the MobileNetV3's backbone probe to find out that one of the factors affecting the framerate is the high number of network layers.
Computer Science,Engineering
What problem does this paper attempt to address?