1 Star 4 Fork 1

zhangming8/ByteTrack

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

ByteTrack-TensorRT in Python

Install TensorRT Toolkit

Please follow the TensorRT Installation Guide and torch2trt gitrepo to install TensorRT (Version 7 recommended) and torch2trt.

Convert model

You can convert the Pytorch model “bytetrack_s_mot17” to TensorRT model by running:

cd <ByteTrack_HOME>
python3 tools/trt.py -f exps/example/mot/yolox_s_mix_det.py -c pretrained/bytetrack_s_mot17.pth.tar

Run TensorRT demo

You can use the converted model_trt.pth to run TensorRT demo with 130 FPS:

cd <ByteTrack_HOME>
python3 tools/demo_track.py video -f exps/example/mot/yolox_s_mix_det.py --trt --save_result
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zhangming8/ByteTrack.git
git@gitee.com:zhangming8/ByteTrack.git
zhangming8
ByteTrack
ByteTrack
main

搜索帮助