deepsort_tensorrt icon indicating copy to clipboard operation
deepsort_tensorrt copied to clipboard

This is a TensorRT based deepsort project

Results 11 deepsort_tensorrt issues
Sort by recently updated
recently updated
newest added

大佬,我把deepsort转换为openvino模型,但是deepsort输出为512*1维的向量,所以我想问一下为啥你的FeatureDim设置为256啊

大佬,我是中北大学的一名大二学生,在我们学校rm战队里负责用神经网络识别装甲板,目前我已经实现了tensorrtx加速yolov5,所以我想问一下该如何将deepsort加入我的工程中,而且怎样去track我自定义的类别呢

![error](https://user-images.githubusercontent.com/48174177/127449926-fd1aa90e-62a3-4c02-a525-84f4b36929a1.png) 作者您好,我没有更改任何文件,但按照步骤进行时出现了这个错误,希望您能帮帮我,十分感谢!

你好,我在使用onnx格式转engine时报错,pytorch使用了1.6,tensorRT版本是7.2 ![Screenshot from 2021-07-19 20-46-13](https://user-images.githubusercontent.com/45656871/126275844-2a0d20c9-a580-4f70-b013-5170d0638136.png)

您好,打扰了,想请问一下使用您项目提供的exportOnnx.py把deepsort的模型转换成onnx后,使用opencv dnn和ort进行推理,结果和原来torch推理结果不一致,请问这是什么原因呢

rrno 2] No such file or directory: './deep_sort/deep/checkpoint/ckpt.t7'

Traceback (most recent call last): File "/home/lz/software/pycharm-community-2023.2.5/plugins/python-ce/helpers/pydev/pydevd.py", line 1500, in _exec pydev_imports.execfile(file, globals, locals) # execute the script File "/home/lz/software/pycharm-community-2023.2.5/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile exec(compile(contents+"\n", file, 'exec'), glob, loc) File...