Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) AGX Orin • DeepStream Version 6.2
I have a built a face detection recognition pipeline, and then i have enabled the tracker between the detection and classifier. “Detect → Track → Recognize” However tracker caused false classification to many faces, and even for the first frame that goes to the secondary nvinfer, most faces are wrongly identified, which is not the case when tracker is disabled.
Is there a way to improve this? i have tested (NvDCF,IOU & NvSORT trackers)
I didn’t enable it because when i do so the classifier will not work at all. Only detection will be performed not sure why. and the below will be shown in command window
**H264: Profile = 66, Level = 0 **
**NVMEDIA: Need to set EMC bandwidth : 376000 ** NVMEDIA_ENC: bBlitMode is set to TRUE
The below images are when tracker in enabled and all faces in the video are classified as “David” face#2 which is wrong classification. The same ID will be assigned to all personal in the video
Can you refer function: osd_sink_pad_buffer_probe() in: /opt/nvidia/deepstream/deepstream-6.4/sources/apps/sample_apps/deepstream-test2/deepstream_test2_app.c?