Objective: The objective of the project is to create a realtime object detection model for safety helmet.
- Can be used to detect safety helmet at construction sites
- Can be used at mining sites
- Model can be trained further to detect normal helmets as well
- Object Detection: Yolov4 and tiny-yolov4
- Front-end: Next js
- Back-end: Flask
Dataset Used: Safety Helmet Detection
tiny_yolo_demo.mp4
From the comparative observation, we can say that Yolov4 model is better in terms of accuracy but tiny-yolov4 is better in terms of model size and speed and only a little less in accuracy, so for deployment on web, tiny-yolo model is a better option as it will be light weight and work fast