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

Detect keypoint swaps (also between individuals) #100

Open
3 of 5 tasks
roaldarbol opened this issue Jan 10, 2025 · 0 comments
Open
3 of 5 tasks

Detect keypoint swaps (also between individuals) #100

roaldarbol opened this issue Jan 10, 2025 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@roaldarbol
Copy link
Owner

roaldarbol commented Jan 10, 2025

There are some methods such as the Ensemble Kalman Smoother (EKS) for doing this, but it requires multiple estimations (e.g. different models or software). It's definitely an option, but I'd prefer something that doesn't require multiple estimations since it's computationally heavy, as well as time- and energy consuming.

There's also the Hungarian Algorithm which could be an option.

Any other ideas?

Maybe something like this:

  • Looking at distance to (all) other keypoints in a wide format.
  • Taking the diff of it.
  • Then max of that to detect where jumps are occurring (and when they are swapping back).
  • Then check which preceeding series the new coordinates would match the best.
  • Swap the two.

Special care needs to be taken in beginning and end (if either beginning or end of a swap is missing).

@roaldarbol roaldarbol added the enhancement New feature or request label Jan 10, 2025
@roaldarbol roaldarbol moved this to 🔬 Triage in animovement progress Jan 10, 2025
@roaldarbol roaldarbol added this to the Version 1.0 milestone Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🔬 Triage
Development

No branches or pull requests

1 participant