Skip to content

VIKNESH1211/YoloV5-for-MaskDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoloV5-for-MaskDetection

Python Git

Data_set

The data set comprises of images of people wearing masks and not wearing a mask and I have mannualy annotated the images using MakeSense AI and the annotations are extracted in yolo format .i.e the label file for an image contains the class as well as the coordinates for the bounding box , the first two numbers of the after the class represents the centre point of the bounding box the next two point represents height and width.

Training

The model was Trained using built in Train.py file from the Yolov5 frameWork the EPOCHS was taken as a hyperparameter and was set to 150 , BatchSize was set to 16 and model was trained successfully and weights were obtained.

Accuracy

A mAP score 0.995 was achieved Graphs was obtained using TensorBoard TensorBoard graphs of the training.

Detection

The trained model gave satisfactory measure of confidence in the validation data , which confirms that the model is not going through overfitting.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published