Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson • DeepStream Version 6.2 • JetPack Version (valid for Jetson only) • TensorRT Version 8.5.2.2
I’m trying to implement a face detection pipeline in DS which detect faces and then track these faces. I’m a beginner in DS and i want to know if there’s a face track sample or how to use the tracker plugin to track detected faces
There is a sample on face detection (using nvidia FaceDetect model ), but it doesn’t use tracker. You can refer to /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-test2 on tracker usage, it is common for object detection models.
Thank you.
Is there a way to use the available .txt file to the detect model? or is it only designed for object tracking?
And can i find any documentation of how to link the tracker to the facedetect model
Is there a way to confirm if the tracker is working well in test-2. I have changed the config file to use face detection model but i couldn’t find a way to check if is it using the tracker or is it processing frame by frame.
Is there a way to find the FPS for test-2?
I found that there are 3 different trackers libraries in DS (IOU, NvSORT, NvDFC). Is there a way to observe the difference between them from a sample test video?
yes this part is clear. But is there a way to visualize the effect of using these different trackers from the output of a sample video or the difference is only in the hardware utilization.