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 is ambiguous #122

Open
luiztauffer opened this issue Dec 23, 2024 · 0 comments
Open

num_features is ambiguous #122

luiztauffer opened this issue Dec 23, 2024 · 0 comments

Comments

@luiztauffer
Copy link
Collaborator

The variable num_features is ambiguous. At the config.yaml file, it represents the number of keypoints * spaces, while throughout the code it is modified to represent the number of features used by the RNN model, which can be:

  • (keypoints * spaces - 3) for data that gets egocentric aligned by VAME
  • (keypoints * spaces) for that that comes “fixed”

I suggest we change its value within the config file to represent exactly how many features the project’s model is using.

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