Vehicle and Pedestrian Target Detection Based on YOLOv7x Network

Lai Wei
DOI: https://doi.org/10.1145/3640115.3640216
2023-11-03
Abstract:With the rapid development of artificial intelligence technology, intelligent driving technology has attracted wide attention and research in the automobile industry. As one of the key technologies of intelligent driving, object detection aims to identify various objects on the road, such as vehicles, pedestrians, bicycles, etc., to provide environmental awareness for intelligent driving vehicles. Based on the YOLOv7 target detection algorithm, this paper implements the vehicle and pedestrian detection, analyzes and improves the performance of the training model. In order to solve the problem of sample imbalance, Mosaic and Mixup data enhancement technologies were adopted for image preprocessing to increase the diversity and generalization of data sets, thus improving the accuracy of the model. Then, we optimized the algorithm and adopted YOLOv7x version with deeper network structure for model training, which effectively improved the detection accuracy of targets of fewer categories in the dataset. Finally, the improved YOLOv7 algorithm was tested on the VOC test set, and the results showed that the accuracy reached 71.04%, which met the requirements of detection
Engineering,Environmental Science,Computer Science
What problem does this paper attempt to address?