代码拉取完成,页面将自动刷新
Integrating Byte-Track C++ code with the Deepstream-6.
$mkdir build && cd build
$cmake ..
$make ByteTracker
This will create ./lib/libByteTracker.so file which can be passed as the custom low level tracker library to deepstream. To do so just add it to the folder
/opt/nvidia/deepstream/deepstream/lib/
In your deepstream_app_config.txt add the tracker.
[tracker]
enable=1
tracker-width=640
tracker-height=384
gpu-id=0
ll-lib-file=//opt/nvidia/deepstream/deepstream/lib/libByteTracker.so
enable-batch-process=1
Feel free to try multiple detectors. You can do this by using https://github.com/marcoslucianops/DeepStream-Yolo
Now adding the tracker lines in the config file you should get your tracker working.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。