We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: