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.55k stars 254 forks source link

测试一个新的骨架,还需要该骨架的运动信息吗? #145

Closed sunbin1357 closed 3 years ago

sunbin1357 commented 3 years ago

针对retargeting,论文中提到只需要测试的骨架信息就可以。但是在demo.py中我发现,还需要测试骨架的运动信息,这是为什么? NKN的论文中也提到了: Input motion is seen during training, and the target character is also seen during training but the target motion sequence is not.

PeizhuoLi commented 3 years ago

不需要运动信息。demo.py仅仅是吧ground-truth复制了一份方便对比结果