face-recognition-deepstream
face-recognition-deepstream copied to clipboard
cannot find PGIE and SGIE config files in the repo
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.