yolov3_deepsort icon indicating copy to clipboard operation
yolov3_deepsort copied to clipboard

Error executing object_tracker.py

Open diegobonilla98 opened this issue 5 years ago • 2 comments

I get this error after following the steps. I did not manipulate the code and/or use custom YOLO. If anyone knows how to fix this... I'm using Python3.7, Windows 10 and the CPU

Annotation 2020-06-27 114749

diegobonilla98 avatar Jun 27 '20 09:06 diegobonilla98

change line 96 boxes, scores, classes, nums = yolo.predict(img_in) to boxes, scores, classes, nums = yolo.predict(img_in,steps=1)

MAHMOUDABDELHAMID avatar Jul 17 '20 15:07 MAHMOUDABDELHAMID

Thanks MAHMOUDABDELHAMID it worked for me.

raushankumar586 avatar Aug 19 '20 03:08 raushankumar586