Yolov5-deepsort-inference icon indicating copy to clipboard operation
Yolov5-deepsort-inference copied to clipboard

Yolov5 deepsort inference,使用YOLOv5+Deepsort实现车辆行人追踪和计数,代码封装成一个Detector类,更容易嵌入到自己的项目中

Results 24 Yolov5-deepsort-inference issues
Sort by recently updated
recently updated
newest added

yolo5檢測一個個圖片,得到的bbox塞進deepsort?

This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

hello! thanks for your open source. but i want to know that how to train the deep sort model which can used in your repo? Could you give a instruction...

我已经用自定义的数据集训练了yolov5的模型,请问用deepsort还要再训练相应的模型权重么?训练的数据集格式是什么?

Have you replaced the model and utils of this repository, or need to replace by myself ?thank you!

请问车辆在水平方向转弯成垂直的时候用Reid也能跟踪到吗?如果能,训练集水平和垂直的车辆是作如何处理的?是统一resize成正方形吗?

RuntimeError: "unfolded2d_copy" not implemented for 'Half'

我上網查了,好像跟torch版本有關,但現在只能裝2.x版而已,請問一下該如何解決? Traceback (most recent call last): File "c:\yolov5_deepsort_infer\Yolov5-deepsort-inference\demo.py", line 58, in main() File "c:\yolov5_deepsort_infer\Yolov5-deepsort-inference\demo.py", line 32, in main result = det.feedCap(im, func_status) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\yolov5_deepsort_infer\Yolov5-deepsort-inference\utils\BaseDetector.py", line 35, in feedCap im,...