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

Walking velocity #8

Open
CeciliaMorandi opened this issue Jul 11, 2022 · 1 comment
Open

Walking velocity #8

CeciliaMorandi opened this issue Jul 11, 2022 · 1 comment

Comments

@CeciliaMorandi
Copy link

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:

  • dataset\Bandai-Namco-Research-Motiondataset-1\data\dataset-1_walk_normal_001.bvh

Thank you

@Wasserwecken
Copy link

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

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

2 participants