Pytorch_Retinaface icon indicating copy to clipboard operation
Pytorch_Retinaface copied to clipboard

512-D Feature Embedding

Open mpourkeshavarz opened this issue 5 years ago • 1 comments
trafficstars

Many thanks for your great job, I just wondering how can I get embedding vectors for the detected faces?

mpourkeshavarz avatar Jul 02 '20 14:07 mpourkeshavarz

You would have to generate the feature separately (face recognition algorithm), taking the detected face as input, to get the 512-D feature embedding.

xsacha avatar Jul 15 '20 10:07 xsacha