zhouyuchong / face-recognition-deepstream

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

libArcFaceDecoder.so is never used #20

Closed willosonico closed 1 year ago

willosonico commented 1 year ago

i can't find any reference in the code of models/arcface/libArcFaceDecoder.so as provided in the google drive file https://drive.google.com/drive/folders/1-Ma6qSnOx-XHMDYBLrpoclIoqlCT7Lsi, is that correct?

zhouyuchong commented 1 year ago

@willosonico yeah since arcface is not a detector and we set

network-type=100
output-tensor-meta=1

we don't need this .so file to decode output of tensorrt.