COVID-19: Face Mask Detector with OpenCV (Assignment Sample)

Опубликовано: 31 Март 2025
на канале: ICT UoM
115
2

By Yadhav Nundlall
BSc Computer Science Year 3
CSE 3093Y Assignment March 2021

A mask Mask Detection tool built using OpenCV is used to detect masks in images as well as real-time video. It uses Deep learning and Computer vision with the help of Tensorflow and Keras to do so.
Two datasets (kaggle, Bing Search API, and RMFD) are used to train the model:
1. Images with people wearing masks
2. Images with people without masks
With the model trained, OpenCV uses it to do recognition of images with a face wearing a mask or not.
Link to code:
https://github.com/chandrikadeb7/Face...