yl-1993 / learn-to-cluster

Learning to Cluster Faces (CVPR 2019, CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why using output of relu for rebuilding knn graph

chenchaoxu opened this issue · comments

I have a question about rebuilding knn graph in gcn-v inference.
Why using the output of relu layer, not that of linear layer to get feat for rebuilding knn graph, since there are lots of zeros after passing feat map through the relu layer.

I think ArcFace reports some experiments about how to choose the output of feature extractor as face features.