-
Notifications
You must be signed in to change notification settings - Fork 331
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
Object tracking does not work properly #150
Comments
After a few investigation, I've found that the YOLO object does not predict bounding boxes properly while loading an image in a "while True" loop. In fact, in a "while True" I load a fixed image and predict the boxes by YOLO. But, it only predicts the first time it sees the image, and for next times it does not predict the same bounding boxes! This is so weird and I have no idea where I should search for the problem. |
Hi, how I can reproduce your testing results? |
here's a sample code I used. I figured out the problem appears when I use GPU. On CPU, it works fine, but slow. |
I have ran object tracking on multiple videos recorded from streets, but the object tracker does not draw any bounding box on people and cars. The default configuration is used.
The text was updated successfully, but these errors were encountered: