Abstract:This paper proposes a lightweight traffic sign detection system based on you only look once (YOLO). Firstly, the classification to fusion (C2f) structure is integrated into the backbone network, employing deformable convolution and bi-directional feature pyramid network (BiFPN)_Concat to improve the adaptability of the network. Secondly, the simple attention module (SimAm) is embedded to prioritize key features and reduce the complexity of the model after the C2f layer at the end of the backbone network. Next, the focal efficient intersection over union (EIoU) is introduced to adjust the weights of challenging samples. Finally, we accomplish the design and deployment for the mobile app. The results demonstrate improvements, with the F1 score of 0.898 7, mean average precision (mAP)@0.5 of 98.8%, mAP@0.5:0.95 of 75.6%, and the detection speed of 50 frames per second (FPS).