cong / yolov5_deepsort_tensorrt

This repo uses YOLOv5 and DeepSORT to implement object tracking algorithm. Also using TensorRTX to transform model to engine, and deploying all code on the NVIDIA Xavier with TensorRT further.
MIT License
177 stars 35 forks source link

deepsort加速问题 #10

Closed wangliyjs closed 2 years ago

wangliyjs commented 2 years ago

作者你好,您的代码部署到nx上了,但速度大概就是2~3FPS,请问您deepsort部分有加速吗?

cong commented 2 years ago

暂时代码还没更新到github中,我方便的时候重新梳理下代码,进行更新

cong commented 2 years ago

已对DeepSORT部分进行了加速。