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 to edit a bvh file? #12

Open
chuangyu-robotics opened this issue Jan 19, 2021 · 1 comment
Open

how to edit a bvh file? #12

chuangyu-robotics opened this issue Jan 19, 2021 · 1 comment

Comments

@chuangyu-robotics
Copy link

I would like to copy some frames from one BVH file to replace another BVH file and save a new BVH file, how to code?

Thanks in advance!!

@csaund
Copy link

csaund commented Apr 14, 2021

this is also a feature I'd like to see. I have a very unclever way of doing this at the moment but it doesn't take advantage of this package. Since you're presumably using the same skeleton/hierarchy you can copy the headers, calculate where you want to cut the frames, and read lines through the file until you get there as a bit of a hacky way to go about it.

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