Posts

Face Mask Detection using OpenCV Python

Image
 Face Mask Detection using OpenCV Python The world is fighting with Covid19 pandemic. There are so many essential equipment’s needed to fight against Corona virus. One of such most essential is Face Mask. Firstly, face mask was not mandatory for everyone but as the day progresses scientist and Doctors have recommended everyone to wear face mask. Now To detect whether a person is wearing Face Mask or not, we will use Face Mask Detection Technique. Face Mask Detection Platform utilizes Artificial Network to perceive if a person does/doesn’t wear a mask. The application can be associated with any current or new IP cameras to identify individuals with/without a mask.             There are two main steps in this project: 1.      Identify human Face and mouth in each frame of input video 2.      Identify Person is using mask or not   Step 1: Identify Face and Mouth Steps for Face Prediction using python and OpenCV are: 1.Creatr HAAR Cascade object using ‘CascadeClassifier’ functi