zhouyuchong / face-recognition-deepstream

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

Is there a way to face align in Pad_probe? #27

Open YoungjaeDev opened 1 year ago

YoungjaeDev commented 1 year ago

You modified the gst-nvinfer source code, but can't you align and save it as a surfacemap? I'm getting a memory access error when using pyds, but I wonder if I'm doing something wrong.

zhouyuchong commented 1 year ago

@youngjae-avikus Of course you can do it that way theoretically. However, c code is more efficient and more faster than python I think. :smile_cat: