mingyuan-zhang / ReMoDiffuse

ReMoDiffuse: Retrieval-Augmented Motion Diffusion Model
https://mingyuan-zhang.github.io/projects/ReMoDiffuse.html
Other
315 stars 14 forks source link

issue about the denoising step in paper #8

Closed 1311894932 closed 11 months ago

1311894932 commented 11 months ago

Amazing performance !!

the paper says "following MDM, we predict the clean state x_0...", and i wonder if remodiffuse directly predict x_0 then diffuse it back like MDM, or predict x_t-1 from x_t ??

Any response will be appreciated !!

1311894932 commented 11 months ago

in configs/remodiffuse/remodiffuse_t2m.py line 111: model_mean_type='start_x'