zhouyuchong / face-recognition-deepstream

Deepstream app use retinaface and arcface for face recognition.
MIT License
60 stars 13 forks source link

how do we feed in an face image to search through video? #29

Closed Athuliva closed 3 months ago

zhouyuchong commented 11 months ago

@Athuliva I'm not sure what you mean by "search through video", however, you can calculate cos similarity in probe once a face detected.

Athuliva commented 4 months ago

do you have a code to generate embedding of a face from an image? i used the code in arcface-r100.cpp. Both codes uses the same engine file, but for the same images it gave different results

zhouyuchong commented 4 months ago

@Athuliva theoretically their outputs should be the same. please check your preprocess function.