facebookresearch / AnimatedDrawings

Code to accompany "A Method for Animating Children's Drawings of the Human Figure"
MIT License
10.56k stars 926 forks source link

how to set Motion and Retarget file when Creating Your Own BVH Files #85

Closed xiaomomo closed 1 year ago

xiaomomo commented 1 year ago

the project is excellent, but when i try "Creating Your Own BVH Files" ,i don't know how to set Motion and Retarget file , does it has some document? thank you!

hjessmith commented 1 year ago

Hello @xiaomomo. I appreciate the positive sentiment about the project.

Regarding the motion and retarget configuration files, there is information about how to create them in the config file README. Once you've created them, specify the file paths within the top-level/mvc config file. See this top-level config file as an example.

Let me know if you need more guidance, and thanks for engaging with the project!

xiaomomo commented 1 year ago

Hello @xiaomomo. I appreciate the positive sentiment about the project.

Regarding the motion and retarget configuration files, there is information about how to create them in the config file README. Once you've created them, specify the file paths within the top-level/mvc config file. See this top-level config file as an example.

Let me know if you need more guidance, and thanks for engaging with the project!

OK, i change the "up" parameter in motion file, it worked, thanks a lot!