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 255 forks source link

Wanna train on another dataset. #91

Closed PKUFlyingPig closed 3 years ago

PKUFlyingPig commented 3 years ago

If I want to train the model on another dataset, what data should I provide? Both the original pose bvh and target pose bvh? If so, should they be paired? i.e. If I want to transform poses from A to B, should the data in A and B have the same action or not ?

kfiraberman commented 3 years ago

Yes, you need two sets of bvh files, where each set contains the same skeletal structure (joint adjacencies, but it is not necessary to have the same offsets). The sets doesn't have to be paired, but if the motions in the two sets are somewhat similar it definitely helps to get better results.