chandrikadeb7 / Face-Mask-Detection

Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras
https://www.youtube.com/watch?v=AAkNyZlUae0
MIT License
1.52k stars 834 forks source link

Feature/live face detection webcam #154

Open matyig opened 2 years ago

matyig commented 2 years ago

Issue Number

ISSUE #

Describe the changes you've made

I implemented the real time face mask detection with webcam. For this I had to performed some refactoring first to get a more clear code. Furthermore, I downgraded the tensorflow to 2.3.0 for getting GPU support on Ubuntu 20.04 LTS.

Describe if there is any unusual behavior of your code(Write NA if there isn't)

The real time face mask detection is working, but it seems to be unstable.

Additional context (OPTIONAL)

Test plan (OPTIONAL)

Checklist