mingyuan-zhang / ReMoDiffuse

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

How obtaining the motion_length in test stage #19

Open Run542968 opened 5 months ago

Run542968 commented 5 months ago

Hi, mingyuan, thanks for your excellent work.

When I read the code, I find the motion-length in test stage is obtained via the length = len(motion) in Pipeline Module: Crop (same to train stage). However, in test stage, we can only input 'Text', and doing it like above is not reasonable. From the paper, we know that the length of motion to retrieval is critical, and I'm wondering if there's something I'm overlooking?

Looking forward your reply!

Solo4working commented 1 hour ago

@Run542968 @mingyuan-zhang Same question, do you know the solution now?