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.56k stars 257 forks source link

Keep original direction from content motion #198

Open LeVan146 opened 2 years ago

LeVan146 commented 2 years ago

Hi guys @kfiraberman @PeizhuoLi, I would be grateful if you can show me how to keep the original direction from content motion? https://github.com/DeepMotionEditing/deep-motion-editing/blob/74fff8fb35e6378351d03fb14ee22fccae28b0bf/utils/animation_data.py?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L211-L226

PeizhuoLi commented 2 years ago

Hi, I'm not sure if understand correctly your question or not.

The code you referred to is taken from Holden's work as described here. We might not be able to provide help on exterior code.