An open API service indexing awesome lists of open source software.

https://github.com/riju18/face-mask-detection

The Face Mask detection with YOLOV3 is a computer vision project. It's very perfect to detect masks from the image & in real-time.
https://github.com/riju18/face-mask-detection

computer-vision deep-learning face-mask-detection opencv python3 yolov3

Last synced: about 2 months ago
JSON representation

The Face Mask detection with YOLOV3 is a computer vision project. It's very perfect to detect masks from the image & in real-time.

Awesome Lists containing this project

README

        

# Face Mask Detection

## Things which have been done :
- 100 Data trained with YOLOv3
- testing with cpu
- 90%+ accuracy most of the time

## Things to do :
- For real time build openCV with GPU

## Screenshots

![non-mask](https://user-images.githubusercontent.com/18087611/124355540-7e93f280-dc33-11eb-9af5-ef0208b1c910.png)
![mask](https://user-images.githubusercontent.com/18087611/124355550-818ee300-dc33-11eb-822a-a25b158a8bae.png)
![mask-non-mask](https://user-images.githubusercontent.com/18087611/124355552-82277980-dc33-11eb-82aa-dd132f2092b1.png)