Please provide complete information as applicable to your setup.
• Hardware Platform ( GPU)
• DeepStream Version: 6.1
• TensorRT Version:8.2
• NVIDIA GPU Driver Version (valid for GPU only):cuda 11.6
• Issue Type( questions, new requirements, bugs):questions
• hi, I am trying to run a resnet34 person object-detection + deepsort tracking pipeline using the deepstream6.1, all models are official cases by default,but the person id ,frequently changed when short occlusions,the demo results like this:
and the source video for you can reproduce it:
the config is samples/configs/deepstream-app/source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt with few modifications:
source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt (5.7 KB)
the config-file of [primary-gie] is here,and the model use nvidia resnet34 peoplenet model
config_infer_primary_person.txt (2.3 KB)
and convert the deepsort’s reid model is fellow the ./sources/tracker_DeepSORT/README,
the config_tracker_DeepSORT.yml no changed :
config_tracker_DeepSORT.yml (5.0 KB)
this is my command line:deepstream-app -c /opt/nvidia/deepstream/deepstream-6.1/samples/configs/deepstream-app/source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
and this is the info in my terminal:
terminal_info.txt (98.9 KB)
Restatement of problem,It is obvious that the deepsort should have a better performance, and not keep changing ids because of short occlusion or disappearing , please help me, Thanks!