yl-1993 / learn-to-cluster

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

Clustering 512D features using pretrained model #83

Closed windspirit95 closed 1 year ago

windspirit95 commented 3 years ago

Hi. I have seen that in your code the default value for feature dimension is 256, also in hfsoftmax pre-trained feature extraction model. So I am wondering if it is possible to use your pretrained model on my extracted features, which have the dimension is 512? Besides, is that right that to use GCN-D + GCN-S for clustering, I could test the cluster detection, then test cluster segmentation follow the instruction in https://github.com/yl-1993/learn-to-cluster/tree/master/dsgcn? Thank you for your concern!

Jar7 commented 1 year ago

t to use G

Hi @windspirit95
have you find the answer?

windspirit95 commented 1 year ago

Since I am working on another project now, so this issue might be suspended for a while until I have time to look at it by myself again. I will let you know when I found solution for it ^^

yl-1993 commented 1 year ago

@Jar7 @windspirit95 Hello guys, thanks for the discussion! Sorry for the late response, as I have shifted to another field. I think using 512 or other dimension as feature is totally fine. Note that it is a supervised clustering method, so if the feature extractor changes, the clustering model should also be retrained or finetuned to achieve better results.