Application Effect Analysis for Helmet Detection Algorithm based on YOLOV5

Chu Jia
DOI: https://doi.org/10.54097/hset.v39i.6731
2023-04-01
Abstract:Safety helmets can provide better safety protection for the human head in industrial production, which is one of the important protective tools to protect the lives of workers. In the on-site environment, checking whether construction workers are wearing safety helmets mainly depends on manual inspection, which is time-consuming and labor-intensive. In order to solve the problem of hard hat detection and recognition in the complex environment of the construction site, in this paper, we propose a YOLOV5 hard hat detection method. Specifically, a pre-trained object model is used to locate the area of the worker and the face detection module is used to mark the face. Then, the helmet recognition module is used to extract the sub area of the worker's head. Finally, the extracted image is classified into two categories to judge the situation of the worker wearing the helmet. Focusing only on workers can reduce training time and improve the efficiency of the model, so the training label only uses the label of people. The model refines and extracts the head, inputs the separated head area into the subsequent network for subsequent analysis, and then uses the binary classification method to judge whether the helmet is worn. We compare the results of different models such as YOLOV5s, YOLOV5m and YOLOV5l, where YOLOV5l can achieve a best mAP of 91.9%. We also analyze the effect of light to the performance, where the detection effect will be affected by low visibility through the comparative detection of samples in the day and at night.
Engineering,Computer Science
What problem does this paper attempt to address?