Zhongdao / gcn_clustering

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

Why use the random subset of CASIA? #4

Closed LZDSJTU closed 5 years ago

LZDSJTU commented 5 years ago

Hello, I want to know why you use the random subset instead of the whole CASIA?

Additionally, could you provide the list of the random subset?

Thank you very much.

Zhongdao commented 5 years ago

The reason why I use a subset is that I want the training to be fast. It does not matter which subset is used. Actually, you can use the entire dataset as well, the performance is a bit higher.