Jetson Nano Deepstream SDK for Face recognition

Hello experts,

I would like to check the face recognition demo performance mentioned as part of the Deepstream SDK. Pls assist the same.

image

You can use trtexec to check model inference performance.

Hi @Amycao,

But not sure how to load the specific model given for FaceDetect-IR-ResNet18 . I have the RTSP stream where the face should be detected and labeled.

trtexec --help to check how to use.

Hi @Amycao

Not able to find the command already installed.

image

Can you provide below information?

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)

Hardware Platform : Jetson
Deepstream Version : v5.0
Jetpack Version: 4.4
TensorRT Version: 6.x

Jetpack 4.4 should equip with TRT 7.*
If you do a full installation, TRT library and binary trtexec will be installed.