Skip to content
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

bbox is slow - Object Detector Live Stream for Python #457

Open
jiyeong08 opened this issue Sep 24, 2024 · 1 comment
Open

bbox is slow - Object Detector Live Stream for Python #457

jiyeong08 opened this issue Sep 24, 2024 · 1 comment

Comments

@jiyeong08
Copy link

I am using this example.
The objects are detected well, but the bbox follows the actual object's movement late.
For example, if a person is moving from left to right, the bbox that detects the person follows the person a few seconds later.
What can I do?

@jiyeong08 jiyeong08 changed the title bbox is slow - Object Detector Live Stream for Pythobn bbox is slow - Object Detector Live Stream for Python Sep 24, 2024
@jiyeong08
Copy link
Author

At first, I used the EfficientDet-Lite0 float32 model.
After changing to SSD MobileNetV2 float32, bbox follows the object at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant