ritts97 / Unsupervised-Face-Clustering

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

DLIB issue #1

Closed sohailg closed 4 years ago

sohailg commented 5 years ago

hello. Can you help me with To how to install dlib,facing problems,throwing error in midway of download? Does it only support the py3.6? when i tried doing it in the co lab,there also it throws a run time error like this. RuntimeError: Unable to open shape_predictor_5_face_landmarks.dat

ghost commented 4 years ago

@sohailg check lines 13 and 14 predictor_path = 'shape_predictor_5_face_landmarks.dat' # Download from http://dlib.net/files/dlib_face_recognition_resnet_model_v1.dat.bz2 face_rec_model_path = 'dlib_face_recognition_resnet_model_v1.dat' # Download from http://dlib.net/files/shape_predictor_5_face_landmarks.dat.bz2 you should download the specific files and extract to the same path where you are running the python script..