Pedestrian Tracking Algorithm Based on Improved YOLOv5s and DeepSORT
The study conducts focus on enhancing the detection accuracy of the YOLOv5s algorithm within the DeepSORT frame-work.The research work encompasses the integration of the attention mechanism called Convolutional Block Attention Module(CBAM)into the network structure of YOLOv5s,the refinement of the bidirectional feature fusion network Bi-directional Fea-ture Pyramid Network(BiFPN),and the adoption of Enhanced Intersection over Union(EIoU)as the bounding box loss func-tion.Test results obtained from the VOC 2007 pedestrian dataset indicates improvements when compared to the original algo-rithm.Specifically,the proposed algorithm exhibits an increase of 0.3 percentage points in precision,1.0 percentage points in re-call,and 0.3 percentage points in average precision.Subsequently,the algorithm is evaluated on the MOT17 dataset,showcas-ing significant enhancements in multiple metrics.The MOTA metric experiences a 1.8 percentage points improvement,while IDF1,MT,and IDR see enhancements of 2.9 percentage points,1,and 2.7,respectively.Moreover,the number of false nega-tives(FN)decreases by 4373,and the number of mostly lost targets(ML)decreases by 11.Overall,these empirical findings substantiate the efficacy of the improved YOLOv5s algorithm as a detector,effectively augmenting tracking precision in various scenarios.