xbpeng / DeepMimic

Motion imitation with deep reinforcement learning.
https://xbpeng.github.io/projects/DeepMimic/index.html
MIT License
2.31k stars 488 forks source link

How to Merge multiple identical attribute points #55

Open kevinWang230 opened 5 years ago

kevinWang230 commented 5 years ago

for example,if we human skeleton model have 4 neck points,how to merge for one? than as you input the model

xbpeng commented 5 years ago

To merge multiple joints, a simple hack is to just compose all the rotations together and set that as the rotation of the single neck joint. It's not idea, bu can work ok some times.

kevinWang230 commented 5 years ago

ok,i need try it , thanks!