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

Use a new dataset in style transfer #212

Open XingliangJin opened 1 year ago

XingliangJin commented 1 year ago

Hi! Recently, I am trying to use a new dataset of motion in style transfer. But I face some problems about the preprocess of the dataset.

  1. Does the new dataset skeleton have to have the same T-pose as the original skeleton?

  2. Can you tell me some information about the skeleton_MCU.yml file? I just know that it seems to preserve the static information of the skeleton. How can I create a new .yml for the new dataset?

Looking forward to your kind reply. Thanks!

ZongYingLi commented 1 year ago

I have the same question about the creation of skeleton_CMU.yml, Did you replace the dataset successfully, if you succeed, can you tell me how to generate the yml file of a new dataset? Looking forward to your reply, thank you so much!