ManivannanMurugavel/pyfacy

Accuracy problem

triswan opened this issue · 1 comments

Hi, i tried your face clustering example code:

from pyfacy import face_clust
# Create object for Cluster class with your source path(only contains jpg images)
mdl = face_clust.Face_Clust_Algorithm('./pyfacy/cluster')
# Load the faces to the algorithm
mdl.load_faces()
# Save the group of images to custom location(if the arg is empty store to current location)
mdl.save_faces('./pyfacy')

but the result is not that accurate, some different people were put into the same folder...

how to get better accuracy and how do I change face distance tolerance in large dataset?

Hi @triswan ,
It has some embedding problem.
Please refer Harmonic Embedding