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

when keypoints.detectPoints return [] it will cause some error #1

Open
tuantuanyyyy opened this issue Sep 18, 2024 · 0 comments
Open

Comments

@tuantuanyyyy
Copy link

hi,when keypoints.detectPoints return []

current_keypoints = self.keypoints.detectPoints(

it will cause some error.

 vector1_pairs = np.array(
                    previous_keypoints[self.vector_indices][self.pair_indices]
                )

I would like to ask, does the code not take into account the situation where no key points are detected when processing frames? If not, what logic should I consider when I modify it?

thank you!

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