Zhongdao / gcn_clustering

Code for CVPR'19 paper Linkage-based Face Clustering via GCN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about the features.zip

KosukeHao opened this issue · comments

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.

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.

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.

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