sphereface icon indicating copy to clipboard operation
sphereface copied to clipboard

how to get the face embedding

Open knvpk opened this issue 7 years ago • 3 comments

Is there any pretrained model using this sphereface concept? If so how do i get the face embeddings of a custom image using that pre trained model?

knvpk avatar Sep 18 '17 12:09 knvpk

Pretrained model is available at https://github.com/wy1iu/sphereface#models. Please see the test folder for getting the face embedding. It is the same as the inference of any CNN pretrained model.

wy1iu avatar Sep 25 '17 09:09 wy1iu

Thank you

knvpk avatar Sep 26 '17 15:09 knvpk

Hello,

In the evaluation script in the test folder, you extract the features of the last fully connected layer as usual but you also extract features of the flipped image and you concatenate these two representations to get the final feature vector.

Could you please explain why ?

I can't get good verification results although I have good identification results.

amalF avatar Mar 09 '18 09:03 amalF