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
Hi, Thanks for sharing these data. Is it possible to know the walking velocity? For example, the walking velocity of the subject of the dataset:
Thank you
The text was updated successfully, but these errors were encountered:
I have the same problem, so i created a python libary to read properties like position and rotation in world and local space. You can find the calculations of features like velocity here: https://github.com/Wasserwecken/masterthesis/blob/main/Code/Features/Generation.py
The libary for read, edit and create .bvh files: https://github.com/Wasserwecken/bvhio
If you want to calculate the velocity, just use the libary and calculate: Hips.NewPose.PositionWorld - Hips.PreviousPose.PositionWorld
Sorry, something went wrong.
No branches or pull requests
Hi,
Thanks for sharing these data.
Is it possible to know the walking velocity? For example, the walking velocity of the subject of the dataset:
Thank you
The text was updated successfully, but these errors were encountered: