yolov3_deepsort
yolov3_deepsort copied to clipboard
Error executing object_tracker.py
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

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.