comeon
February 27, 2023, 1:43pm
1
How can I use deepsort in deepstream_test3 example? I use track in the configuration parameters, discovery does not work, how can i do, please
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) jetson
• DeepStream Version 6.1
• JetPack Version (valid for Jetson only) 5.1
Yes, you can add deepsort, in the deepstream_test3 example (C++). You just need to add the tracker plugin in pipeline and then configure the library of tracking algorithms you need in the configuration item of this plugin.
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvtracker.html
comeon
February 28, 2023, 2:52am
4
deepstream example not have sample code(C++)? I can not find
You can find many examples about deepstream on the official recommended git.
https://github.com/NVIDIA-AI-IOT
https://github.com/NVIDIA-AI-IOT/deepstream_python_apps/tree/master/apps
If you have seen these examples and still don’t find the right one for you and don’t know how to add a plugin, I think you should learn about how Gstream’s plugins are added to the pipeline.
kesong
February 28, 2023, 8:37am
6
You should find the C++ samples here after installed DS6.2: /opt/nvidia/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream-test3/
comeon
February 28, 2023, 9:11am
7
test3 have tracker in deepstream 6.2?
kesong
March 7, 2023, 1:40am
8
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
No. you can refer for add nvtracker: /opt/nvidia/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream-test2/
system
Closed
April 3, 2023, 3:26am
10
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.