You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A computer vision tool that protects children's video identities during online video conferencing with anonymizing snapchat-like filters and face recognition tracking. It's a different kind of mask, a fun one! 🐢
This is an implementation of a custom-trained face detection classifier using the Viola Jones Algorithm cascaded with an Eigen Face recognition system based on Principal Component Analysis.
Smart Glasses for Visually ImpairedA project aimed for people with weak eyesight to help them recognize persons and detect objects around them using machine learning and deep learning algorithms.
Development of the prototype of detection, recognition and facial training for my work of graduation in Computer Science at Veiga de Almeida University.
From google: The Viola-Jones algorithm is a widely used mechanism for object detection. The main property of this algorithm is that training is slow, but detection is fast. ... Then the detection window is moved across the image as follows: Set the minimum window size, and sliding step corresponding to that size.