deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
21.92k stars 5.26k forks source link

Complete inference script (to output the identity of an image) for ArcFace? #2584

Open Gariscat opened 1 month ago

Gariscat commented 1 month ago

Hi!

Thanks a lot for releasing the repo. I have trained a model using train_v2.py. Is there a complete script to get the identity of a (test) image? I have checked inference.py but the output is a 512-dimensional vector. How to proceed with this representation to get the exact identity?

I am new to face recognition so I would appreciate it a lot if you could provide any advice for this (to some extent) naive question.

Thanks again!