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

number of features #86

Open
Xiaonan19 opened this issue Sep 18, 2022 · 0 comments
Open

number of features #86

Xiaonan19 opened this issue Sep 18, 2022 · 0 comments

Comments

@Xiaonan19
Copy link

Given window_size = 5, if I have:

Number of samples = 6650
Raw feature length = 36
Number of classes = 5

Why would we end up with X.shape = (5936, 314), len(Y) = 5936?

If we use 13 joints, we have a vector of 2*13=26.

For position each pair of adjacent frame would give a vector of length 26, for 5 frames, would there be 26*4 = 104 entries in total?

Adding in joint velocity would I get another 104?

What else are included to give a total of 314?

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