Skip to content

chunmusic/Face_Mask_Detection

Repository files navigation

Face Mask Detection

  • This repository is created for differentiating people who are wearing a mask, not wearing a mask and wearing a mask incorrectly.

  • The model was trained based on SSD Inception V2 architecture by Tensorflow 1.

  • On RTX3080, it can run up to 45 FPS (Python)

  • On i7-8550u, it can run up to 10 FPS (Python) and 15 FPS (C++)

  • On Nvidia-Jetson NX, it can run up to 7-9 FPS (Python)

  • The dataset used for training this model is from (https://www.kaggle.com/andrewmvd/face-mask-detection)

How to use

Normal Operation

  • Please run the following command to use your webcam as a detection camera.
python video_nms.py

Run using Docker

xhost +local:docker # To allow xhost for docker container
docker compose up --build

Preview

With mask

Image1

Without mask

Image2

Wear mask incorrect

Image3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •