1 Star 4 Fork 1

zhangming8/ByteTrack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Byte-Track Integration with Deepstream

Integrating Byte-Track C++ code with the Deepstream-6.

Build Instructions

$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

Trying out Multiple Detectors

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.

References

  1. How to Implement a Custom Low-Level Tracker Library in Deepstream
  2. Byte-Track
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zhangming8/ByteTrack.git
git@gitee.com:zhangming8/ByteTrack.git
zhangming8
ByteTrack
ByteTrack
main

搜索帮助