• Hardware Platform: Jetson nano / GPU
• DeepStream Version: 6.0
• JetPack Version: 4.6-b197
• TensorRT Version: 8.0.1-1+cuda10.2
Deepstream SDK is very promising and strong solution for our task, and I am responsible for research int this area. I am trying to detect and track object in two streams but on the screen I dosn’t see tracking ID. When I use only one source then I see tracking ID but with two streams dosnt. What I have done:
- read all related topic on the forum
- set batch-size=2 (in muxer and gie)
- set display-tracking-id=1 (in tracker)
- set TrajectoryManagement:
useUniqueID: 1 # Use 64-bit long Unique ID when assignining tracker ID.
Best regards,
Darek
Edit_1:
Tracking ID is never show when number of stream is greater then 1. I checked for example source8_1080p_dec_infer-resnet_tracker_tiled_display_fp16_nano.txt config file and test it… No tracking ID.
Anwser:
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Quickstart.html#id11
Last two dots.
But I am curious if it is possible to add IDs to main view?