News

I’m not going to lie: There are a lot of things I don’t enjoy about sheet masks. They’re messy, they’re sticky, they never fit on my face or feel comfortable, and worst of all, they seem ...
face-mask-detection/ ├── src/ │ ├── dataset_loader.py │ ├── model.py │ └── train_eval.py ├── notebooks/ │ └── face_mask_detection.ipynb ├── app/ │ └── webcam_inference.py ├── models ...
The dataset used is the Face Mask Detection dataset provided by Andrew Mvd on Kaggle, originally annotated in Pascal VOC (XML) format. This implementation converts the annotations to YOLO format and ...
Face Mask Detection is a technique that we developed so that we could avoid problems like these. It can determine whether or not a person is wearing a mask on their face. There have only been a ...
In this paper, we have experimented two ways of tackling facemask detection ... using these SOTA models as feature extractors and training ML classifiers (Support Vector Machine (SVM), Decision Tree, ...