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
This repository implements a face grouping system that automatically clusters photos of the same person, similar to how Google Photos works. It uses a hybrid embedding approach by combining multiple pretrained models ArcFace, FaceNet, SFace, VGG-Face with MTCNN alignment for consistent face detection.