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

Tracking with continuous id crashes when does not find input boxes #43

Open
photosartd opened this issue Sep 3, 2024 · 1 comment
Open

Comments

@photosartd
Copy link

In grounded_sam2_tracking_demo_with_continuous_id.py if input_boxes.shape[0] == 0 at some point (which means there are no objects detected that correspond to the language prompt) the pipeline crashes at this point in code. Is it an unintended behaviour since if we didn't find any objects we just want to output the same frame?

@rentainhe
Copy link
Collaborator

Yes, if there're no object predicted, we should directly output the frame itself, we will update this code in the future release

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

2 participants