https://github.com/owenizedd/masker-detector-react-tensorflow
Detect if a person using a face mask or not.
https://github.com/owenizedd/masker-detector-react-tensorflow
Last synced: 6 months ago
JSON representation
Detect if a person using a face mask or not.
- Host: GitHub
- URL: https://github.com/owenizedd/masker-detector-react-tensorflow
- Owner: owenizedd
- Created: 2021-07-20T10:52:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T01:46:33.000Z (about 4 years ago)
- Last Synced: 2025-05-12T23:18:28.657Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face mask detector with tensorflowjs
Detect if a person wearing a face mask or not.
This is not an accurate detection, the simple approach here is to use color similarity to check if a person wraing face mask.
I think for accurate detection, we need a custom model that could detect if an face mask covering mouth and nose. Which is not possible in this project's model.
Used blazeface model from tensorflowjs with a not so sophisticated detection