Real-time Face detection | Face Mask Detection using OpenCV

In this article, we are going to find out how to detect faces in real-time using OpenCV. After detecting the face from the webcam stream, we are going to save the frames containing the face. Later we will pass these frames (images) to our mask detector classifier to find out if the person is wearing […]

Real-time Face detection | Face Mask Detection using OpenCV Read More »