Skip to content

Sauravpandey98/Hard-hat-and-Head-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hard-hat-Head-Detector

A hardhat and head detector using darknet(Yolo).

Description

This model can detect hard-hat or head in any environment with a very high FPS rate.This model was implemented with the help of darknet repository of AlexyAB. In spite a basic detection,two extra functionalities is also added to bounding box color.

Functionality 1

Using this, the color of bounding box can change according to the confidence value.The color of bounding box changes from light to dark as the confidence increases from low to high.

Functionality 2

Using this,the color of bounding box will change according to color of detected hardhat.It was implemented using image processing and machine learning algorithms.

Implementation of above mentioned functionalities is present in find_color function of darkent,py

Processed Video with hardhat/head detection