Skip to content

Implementation of Approximate Rank-Order Clustering (AROC) algorithm in Clustering Millions of Faces by Identity.

License

Notifications You must be signed in to change notification settings

hiworldwzj/approximate-rank-order-clustering

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Approximate Rank-Order Clustering (AROC)

Implementation of Approximate Rank-Order Clustering (AROC) algorithm in Clustering Millions of Faces by Identity. Features used in the implementation can be found at face_verification_experiment by AlfredXiangWu. Features extracted by other models can be used too.

How to run

mkdir data

# Download the LFW features from [face_verification_experiment by AlfredXiangWu]
wget https://github.com/AlfredXiangWu/face_verification_experiment/raw/master/results/LightenedCNN_C_lfw.mat -P data

# Perform the clustering
python main.py

About

Implementation of Approximate Rank-Order Clustering (AROC) algorithm in Clustering Millions of Faces by Identity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%