This "mask detection application" determines whether or not a person in the screen frame is wearing a mask. This application operates in three stages: reading the camera image, performing mask presence / absence judgment on the area within the frame displayed using the model created by deep learning, and displaying the result on the screen according to the judgment result. Also, it's very easy to use with just one task. Adjust the gamma value so that the wearing of the mask is correctly determined in your environment. Gamma correction is a function that adjusts the brightness of an image.
In other words, AI technology determines whether or not you are wearing a mask from the camera image!