This solution is a face detection system that can analyze the degree of visibility and occlusion of each detected face. For every face captured by the software, it provides detailed insights about the percentage of the face that is visible and the percentage that is obscured or occluded.
In public places like banks and stores, there's an expectation of visibility. A concealed face can raise safety concerns and hinder identification in case of incidents. Even without malicious intent, a hidden face can make employees and customers uneasy, potentially deterring repeat business.
There's a need for a system to detect concealed faces upon entry. Such a solution would alert staff or security without necessarily confronting the individual. It's about safety and a positive customer experience.
Instructions for the demo usage:
Extract the contents of the provided file to a location of your choice on your computer.
Run the start.bat file to initiate the demo. By default, the program seeks out and uses the primary camera feed. To specify alternative video sources or save the output to a video file, you may modify the start.bat file.
To process feeds from different cameras, alter the start.bat file, replacing the default camera ID (0) with your desired camera ID, video path, or RTSP URL.
Examples:
To exit the program at any time, press the ESC key.