-
Notifications
You must be signed in to change notification settings - Fork 755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bounding boxes not observed #153
Comments
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 fileswhen 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 ??
The text was updated successfully, but these errors were encountered: