Sharpiless / Yolov5-deepsort-inference

Yolov5 deepsort inference,使用YOLOv5+Deepsort实现车辆行人追踪和计数,代码封装成一个Detector类,更容易嵌入到自己的项目中
GNU General Public License v3.0
1.21k stars 280 forks source link

feature request : adding tracking tail #2

Closed wwdok closed 3 years ago

wwdok commented 3 years ago

作者您知道怎么加上那个跟踪轨迹的"尾巴"吗?(不知道您理解我说的这个尾巴吗)后面会加上吗,谢谢!

wwdok commented 3 years ago

找到一个这样feature的代码了:https://github.com/lanmengyiyu/yolov5-deepmar/blob/4f50ee3399bff1589c05b23482d59840e1e802c2/detect.py#L140