yl-1993 / learn-to-cluster

Learning to Cluster Faces (CVPR 2019, CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Nigar21 opened this issue · comments

commented

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

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