theAIGuysCode/yolov3_deepsort

Error executing object_tracker.py

diegobonilla98 opened this issue · 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

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

Thanks MAHMOUDABDELHAMID it worked for me.