Zhongdao / gcn_clustering

Code for CVPR'19 paper Linkage-based Face Clustering via GCN
MIT License
360 stars 86 forks source link

Could u pls provide the data preprocessing code? #1

Closed abcdvzz closed 5 years ago

abcdvzz commented 5 years ago

I am not familiar with this field. So could u pls provide the data preprocessing code? I mean the code for "features+labels+knn_graphs"

Zhongdao commented 5 years ago

If you want to use your own data, please extract the features by yourself and save them as the format mentioned in Readme. It is not possible to provide a general preprocessing code since the feature extracting process depends on your own code.

Or you can just use the features provided in this repo, see here