mingyuan-zhang / MotionDiffuse

MotionDiffuse: Text-Driven Human Motion Generation with Diffusion Model
https://mingyuan-zhang.github.io/projects/MotionDiffuse.html
Other
850 stars 74 forks source link

Are poses exportable? #16

Open fjzs opened 2 years ago

fjzs commented 2 years ago

Hi,

First of all thank you very much for submitting your code here. :)

I was wondering if its possible to export the sequence of 3D poses that a text prompt generates. I could use those poses afterward to blend them with another model or maybe to play a little.

Thanks in advance,

mingyuan-zhang commented 1 year ago

Hi, I have updated the readme for visualization. You can save the 3D coordinates of the motion sequence.

fjzs commented 1 year ago

Thank you very much Is there any documentation on how to process those coordinates?, a couple of questions that come to my mind:

Thanks in advance