https://www.pyimagesearch.com/2018/07/09/face-clustering-with-python/ http://www.atyun.com/23521.html
- Setup Python and modules: python3.6 x86
pip install imutils face_recognition scikit-learn
- Encode faces:
python encode_faces.py --dataset dataset --encodings encodings.pickle --detection-method hog
- Cluster faces:
python cluster_faces.py --encodings encodings.pickle