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 do i create motion config from Mixamo fbx. #200

Closed Yaffa16 closed 1 year ago

Yaffa16 commented 1 year ago

I have generated the bvh from the mixamo fbx using Blender. However, I am unable to understand how to create the motion config and retarget file for this? Can I use any of the existing retaget config for Moxamo skeletons?

I when i use the retarget filr mixamo_fff.yaml and a config file pointing to the mixamo bvh, I get this error

AssertionError: Could not find BVH joint with name: None

yihleego commented 1 year ago

Please try to remove all strings mixamorig: in the BVH files.

image

There is a doc (Retarget Config File) you need to read before you get started.

See also: https://github.com/facebookresearch/AnimatedDrawings/issues/152#issuecomment-1537295160