zhouyuchong / face-recognition-deepstream

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

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

Open YoungjaeDev opened 11 months ago

YoungjaeDev commented 11 months 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 11 months 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: