theAIGuysCode/yolov4-deepsort

Bounding boxes not observed

Nithin7791 opened this issue · 6 comments

Hi, I tried all 3 models - yolov3, yolov4 and yolo-tiny
I downloaded the yolo .weights file, when I run python save_model.py --model yolov4, the ./checkpoints/yolov4-416/ has the .pb files
when I run python object_tracker.py --video ./data/video/test.mp4 --output ./outputs/demo.avi --model yolov3
I dont see any bounding boxes

May I know what is going wrong ??

Same issue here. Have you found a solution?

I'm currently having the same issue.

I have the same issue.

Same problem.

Same problem, too

In my case it worked (I saw BB as in demo) only when I ran it on CPU. And didn't when for GPU.