ritts97 / Unsupervised-Face-Clustering

Unsupervised face clustering using Dlib Chinese Whispers algorithm
MIT License
11 stars 2 forks source link

Unsupervised-Face-Clustering

Unsupervised face clustering using Dlib Chinese Whispers algorithm

Given some images containing human faces, this model is able to detect faces and implement unsupervised clustering to group same faces into one folder. It uses Dlib library and Chinese whispers graph clustering algorithm.

Library Used

DLib

Please check http://dlib.net for more information.