Face Detection using DeepStream

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)**Jetson NX Xavier
**• DeepStream Version 5.0
**• JetPack Version 4.4.1
**• TensorRT Version 7.1.3-1

Bacically i need a guide, i am new to deepstream. I managed to install all dependencies and packages, i even run successfully all samples that come with deepstream installation or from github repository. I wanted to use those sample to create my DeepStream Face Detection App and using a recorded/saved .mp4 video file. But none of those sample are using models that are specifically for face detection/recognition. Probably i might also be mistaken. I need your help on how i can use one of sample to create my Deepstream application. Thank you.

We had face detection model under DS_ROOT/samples/configs/tlt_pretrained_models, but not recognition model. You can refer the README under the same dir for how to run the sample.