Skip to content

In this Repository I have uploaded Mask Detection System using Python3 and concepts of Transfer Learning.

License

Notifications You must be signed in to change notification settings

Abhinav-26/Face-Mask-Detection-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Mask-Detection-System

In this Repository I have uploaded Mask Detection System using Python3 and concepts of Transfer Learning and fine tuning. For creating this face-mask detector I used the pre-trained model inception_v3 which is provided by Google.

Transfer Learning is a study in which we use the pre-trained created models to solve our problems. There are many different models which has already eing created by different individuals or organisations such as vgg16, AlexNet, ResNet50, inceptioin_v3, etc. These models use imagenet weights for classification/detection of images. These models are highly efficient in object detection as it has been trained with huge data. To ease our tasks and work more efficiently we use these models and perform fine tuning in it as per our requirement and perform the tasks.
I myself have used inception_v3 model which is created by google. It has very high accuracy for object detection and was trained with very huge data. In this Project I got an accuracy of around 99%.

To see the demonstration of the project Click Here

How to Run Application

  1. Setup DeepLearning Environment
  2. Install Packages Used
  3. Train Your Model
  4. A new weight will be saved, download it
  5. python3 MaskDetection.py for real-time detection

About

In this Repository I have uploaded Mask Detection System using Python3 and concepts of Transfer Learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published