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 configure motion config file and retarget config file #101

Closed
chesongsong opened this issue Apr 15, 2023 · 7 comments
Closed

How to configure motion config file and retarget config file #101

chesongsong opened this issue Apr 15, 2023 · 7 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@chesongsong
Copy link

If there is a tutorial, I hope you can provide me with a tutorial address

@Linspirit98
Copy link

Same question. Do we have to calculate the config file by hand?

@hjessmith
Copy link
Contributor

hjessmith commented Apr 16, 2023

Hi @chesongsong @Linspirit98

I haven't made a tutorial for this and, as of now, you do need to make them by hand. But the motion configs are pretty straightforward and short. For guidance, look at some of the example ones located here.

I also wrote some documentation on what each element in the motion config does here.

Retarget config files are more complicated than motion config files. But you can reuse one with multiple different motion config files, as long as the BVH skeleton doesn't change.
Take a look the documentation and examples

If, after reading through those resources, you've got suggestions on how to make this process clearer and less intimidating, let me know.

@chesongsong
Copy link
Author

May I ask if the web page you made is deployed to the cloud, and whether the relevant interface can be provided externally?

@chesongsong
Copy link
Author

If I convert my dancing video to BVH, do I need to manually debug the corresponding motion config and retarget config? Can these two files be automatically generated according to BVH?

@hjessmith hjessmith added the question Further information is requested label Apr 17, 2023
@hjessmith
Copy link
Contributor

They cannot be fully automatically generated from the BVH file, as the skeleton hierarchy and joint names can be different in each BVH, and this information must be properly reflected in the retarget config.

A halfway measure might be to create retarget config files that work for some of the more common skeletal hierarchies, such as those used by Mixamo or output by Rokoko. It still might require some manual editing, but would be better than nothing.

@hjessmith hjessmith added the enhancement New feature or request label Apr 17, 2023
@chesongsong
Copy link
Author

Can the interface of sketch.metademo.com be used externally

@hjessmith
Copy link
Contributor

Sorry, @chesongsong, the interface of sketch.metademolab.com cannot be used externally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants