Zhongdao / gcn_clustering

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

about the features.zip #32

Open KosukeHao opened 4 years ago

KosukeHao commented 4 years ago

Thanks for your work.

I wanna know that whether the features in features.zip are extracted from arcface or the resnet-101 trained by yourself?

The dataset that I found wasn't in the type of npy, which makes me confused.

KosukeHao commented 4 years ago

What's more, I wanna know how to determine the distance of one instance, does the euclidean distance in the feature space?

Which way did you use?

Waiting for your answer and thank you.

KosukeHao commented 4 years ago

What's more, I wanna know how to determine the distance of one instance, does the euclidean distance in the feature space?

Which way did you use?

Waiting for your answer and thank you.

extract by a pre-trained net (not provided), and graph was constructed by KNN with euclidean distance as the evaluation.

masoudnick commented 2 years ago

@KosukeHao Hi, do you khnow how can i constructe knn graph?