GithubHelp home page GithubHelp logo

vishnunelapati / facemask-detetction Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 48.87 MB

Detecting the faces in the webcam feed and labelling the faces if the mask is on or not.

Python 99.12% Shell 0.88%

facemask-detetction's Introduction

FaceMask-Detetction

Detecting the faces in the webcam feed and labelling the faces if the mask is on or not.

Idea💡:

  • Once this camera is on, each frame of the webcam is fed to the face detetction model which will detetct faces and will label the faces with score or confidence.The score or confidence indication the probability with which the model was able to detect faces.

  • Simutaneously these frames are fed to a Deep Convolution network which takes each frame as an input and will lable if the face has a mask on or not.

Algoritms💻:

  • Detetcing Faces:

    • Faces in each frame of webcam is identified using Google MediaPipe library.This library included many other computer vision models such as object detection,3D - model bounding,Object Tracking etc.
  • Detetcing Masks:

    • For labeling the faces if it is with mask-on or not , A Deep Convolution network is used.This network is implemented using transfer learning of MobileNetv2.This network takes a 2242243 size image as input is passed through various layers of convolutions and pooling to extract hierarchical features from image.

    • A set of approximateley 4000 images (with mask on and mask off) are used for traning the neural netwrok.

facemask-detetction's People

Contributors

vishnunelapati avatar

Watchers

 avatar

Forkers

arunsathiya

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.