deep-motion-editing icon indicating copy to clipboard operation
deep-motion-editing copied to clipboard

An end-to-end library for editing and rendering motion of 3D characters with deep learning [SIGGRAPH 2020]

Results 64 deep-motion-editing issues
Sort by recently updated
recently updated
newest added

@PeizhuoLi 您好!关于end-effectors的loss,源代码实现方式为: https://github.com/DeepMotionEditing/deep-motion-editing/blob/master/retargeting/models/architecture.py#L116 ` ee = get_ee(pos, self.dataset.joint_topologies[i], self.dataset.ee_ids[i], velo=self.args.ee_velo, from_root=self.args.ee_from_root) height = self.models[i].height[offset_idx] height = height.reshape((height.shape[0], 1, height.shape[1], 1)) ee /= height ` 其中height为 “左脚---左手” 这一条路径长度。 然而,论文中关于 End-Effectors Loss...

Hi, thanks for your great work. I have some questions about your style transfer's. Before the question, I ask for your understanding because I am not familiar with this animation...

Hello, thanks for the great work! Unfortunately, when I try to skin my bvh (from LAFAN1 dataset) this is what I get: ![image](https://user-images.githubusercontent.com/7662954/182321734-1c5ca352-0c52-4287-9339-d4905ea5d621.png) Seems there are some weird rotations for...

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

Inside the models.architecture GAN model. The method does not return anything and the program terminates despite providing the three arguments as: args, character_names, dataset.

Hi, thanks for your wonderful work. When I am reading your code carefully, I find that the input data offsets have the shape [4, 23, 3] while motion has the...

with the training continue, the memory growing ...., after some epochs, it will break and report the error: out of memory.

Error when running: sh demo.sh System: Windows 10 build 19.09 Python 3.7.7 1)I cloned project and downloaded the Mixamo dataset and placed it in the datasets folder 2) ran sh...

I'm experimenting with the pre-trained style-transfer model with little success. Why can I only get good results from the animations you provided for your demo (and the files in the...

When I use myself data as the content which has the same Skeleton as CMU, but the result is not good , even has some ill pose. i don't know...