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

num_features should be extracted from DLC data #100

Open
luiztauffer opened this issue Oct 31, 2024 · 1 comment · May be fixed by #110
Open

num_features should be extracted from DLC data #100

luiztauffer opened this issue Oct 31, 2024 · 1 comment · May be fixed by #110

Comments

@luiztauffer
Copy link
Collaborator

luiztauffer commented Oct 31, 2024

as of now we have an input argument num_features that users should pass to the configuration at the start of the pipeline, but if this number does not match the correct number of features from the DLC data, in later steps this might cause errors.

We should:

  • retrieve num_features from the input data (e.g. DLC csv)
  • output the tuple (index, body part name) at project creation
  • allow features to be addressed by name or indexes at functions such as egocentric_alignment
@luiztauffer
Copy link
Collaborator Author

@DrSRMiller @katiekly what's your opinion on this?

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

Successfully merging a pull request may close this issue.

1 participant