yl-1993 / learn-to-cluster

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

why using output of relu for rebuilding knn graph #85

Closed chenchaoxu closed 1 year ago

chenchaoxu commented 3 years ago

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.

yl-1993 commented 2 years ago

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