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

How can I use my own BVH files #225

Closed
Satenderpal opened this issue Sep 22, 2023 · 2 comments
Closed

How can I use my own BVH files #225

Satenderpal opened this issue Sep 22, 2023 · 2 comments

Comments

@Satenderpal
Copy link

Currently I am downloaded some BVH from CMU Graphics Lab Motion Capture Database. But When I am trying to use. I am getting the different different errors with different BVH files.

assert False, msg
AssertionError: Could not find BVH joint with name: LeftShoulder

What is the wrong i do ? or What is the wrong in BVH files ?
How can I used different different BVH files with different Characters ?

@ianbrickbod
Copy link

How I got it to work was by editing the model in blender and then exporting it. I loaded one of the example bvh files and my bvh and editted the bones names till the names matched, I also had to subdivide on of the spine bones to give me enough.

@hjessmith
Copy link
Contributor

This is one way. The other way is to modify the BVH joint names that are used in the retarget config to match those in your BVH file.

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

3 participants