yl-1993 / learn-to-cluster

Learning to Cluster Faces (CVPR 2019, CVPR 2020)
MIT License
704 stars 143 forks source link

How to apply lgcn for clustering on custom embeddings of collected face images? #97

Closed Nigar21 closed 1 year ago

Nigar21 commented 2 years ago

We have collected images and extracted their 512 embeddings via ArcFace. .npy files are ready for training & testing. How to cluster them using lgcn?

yl-1993 commented 1 year ago

If using lgcn, you may follow the training and testing guideline or refer to the original repo.