Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Face Mask Detection #233

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mahesh-11102
Copy link
Contributor

Description

(Write your answer here.)
During Covid-19 period wearing mask is crucial one, so I've developed a ML project which can detect multiple faces and show the result. I've even worked on Arduino which turns the camera towards the face and send the signal to the machine to detect the face using OpenCV and displayed the result.

  • I tried detecting faces using available pretrained models like YOLO, RESNET-50 and many more, after detecting the face I've cropped out the faces and sent it to my model and it will detect whether mask is present or not.
  • Using Arduino I've implemented 360° rotated camera and the ML model will detect the faces and displays the result.

Checklist

  • I've read the contribution guidelines.
  • I've checked the issue list before deciding what to submit.
  • I've edited the README.md and link to my code.

(Add x in the [] to mark as completed.)

Related Issues or Pull Requests

Closes Issue: #31

Copy link
Member

@khusheekapoor khusheekapoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create the folder inside the Deep Learning directory and link it to the README.

@mahesh-11102
Copy link
Contributor Author

@khusheekapoor worked on it please look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants