DeepMotionEditing / deep-motion-editing

An end-to-end library for editing and rendering motion of 3D characters with deep learning [SIGGRAPH 2020]
BSD 2-Clause "Simplified" License
1.58k stars 256 forks source link

How did you experiment Retargeting to asymmetric characters? #94

Closed whitealex95 closed 4 years ago

whitealex95 commented 4 years ago

According to the Fig.12 in your paper(https://deepmotionediting.github.io/papers/skeleton-aware-camera-ready.pdf), you tested motion retargeting on characters with asymmetric armature. However, according to your method, you need a set of character motions for motion retargeting. Did you manually create a set of motions for characters with asymmetric armature? or did you do try something else?

kfiraberman commented 4 years ago

Since the character is unique in this case, the set contains a single character (with many motions).

whitealex95 commented 4 years ago

Thanks!