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

Added alert sound if the person is not wearing a mask in Video detection #137

Closed sakshamchecker closed 2 years ago

sakshamchecker commented 2 years ago

Issue Number

ISSUE #134

Describe the changes you've made

A short alert sound has been added to the video detection such that when the person in front of the camera is not wearing mask, it creates an alert

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

NA

Additional context (OPTIONAL)

NA

Test plan (OPTIONAL)

A Sample run can test the added sound

Checklist

chandrikadeb7 commented 2 years ago

@sakshamchecker Please do not use 'winsound' module as it is supported only for Windows.

sakshamchecker commented 2 years ago

@sakshamchecker Please do not use 'winsound' module as it is supported only for Windows.

Added new commit.