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

執行速度

Open JonathanTW1990 opened this issue 4 years ago • 3 comments
trafficstars

作者您好

我參照您的程式碼,我也更改了模型,執行官方的yolov5s模型,速度依然無法突破30fps

同機器使用官方yolov5m檢測時速度與官方給的執行速度也差很多

作者有發現這問題嘛?

謝謝

JonathanTW1990 avatar Feb 02 '21 13:02 JonathanTW1990

可能是因为deepsort推理以及后处理较慢吧?官方给出的可能只是推理速度

Sharpiless avatar Feb 03 '21 01:02 Sharpiless

demo.py里面 cv2.waitKey(t) 改成 cv2.waitKey(1)

swy0915 avatar Oct 25 '21 06:10 swy0915

@swy0915 不胜感激

jdnbshi avatar Apr 20 '22 13:04 jdnbshi