theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.34k stars 753 forks source link

Bounding boxes not observed #153

Open Nithin7791 opened 2 years ago

Nithin7791 commented 2 years ago

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 ??

bcassimiro commented 2 years ago

Same issue here. Have you found a solution?

yassine-rd commented 1 year ago

I'm currently having the same issue.

Ishihara-Masabumi commented 1 year ago

I have the same issue.

andyrey commented 1 year ago

Same problem.

ardaeerol commented 1 year ago

Same problem, too

andyrey commented 1 year ago

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