zhouyuchong / face-recognition-deepstream

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

cannot find PGIE and SGIE config files in the repo #32

Closed ahmedmuzammilAI closed 2 weeks ago

ahmedmuzammilAI commented 1 month ago

Hi @zhouyuchong

PGIE_CONFIG_FILE = os.path.join(sysp.cfg_path, APP_NAME, "config_retinaface.txt") SGIE_CONFIG_FILE = os.path.join(sysp.cfg_path, APP_NAME, "config_arcface.txt")

I cannot find these config files in the repo can u please help me find them or upload them if they do not exist. I was trying to implement this in python and these would be of great help. Thanks in advance.

zhouyuchong commented 1 month ago

@ahmedmuzammilAI here they are. This repo hasn't been updated for a long time, sorry for all the mistakes. :sob:

zhouyuchong commented 1 month ago

@ahmedmuzammilAI BTW, if you want use do alignment before recog, please use the the old version since I didn't modify this repo after update nvinfer-custom.