Open Nithin7791 opened 2 years ago
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.
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 runpython object_tracker.py --video ./data/video/test.mp4 --output ./outputs/demo.avi --model yolov3
I dont see any bounding boxesMay I know what is going wrong ??