MMM icon indicating copy to clipboard operation
MMM copied to clipboard

Some issues about motion editing (motion in-betweening) evaluation without text condition

Open Coondinator opened this issue 11 months ago • 3 comments

I noticed that the code doesn't include the motion editing without text and the default training doesn't use CFG. How can I achieve motion in-betweening without providing text information? I tried setting the word embeddings to zero or leaving the text input empty, but the results were extremely poor.

Coondinator avatar Jan 10 '25 12:01 Coondinator

We retrain the model without text condition for this evaluation.

exitudio avatar Jan 11 '25 14:01 exitudio

We retrain the model without text condition for this evaluation.

I see. So for this task, the only conditions are the fixed keyframes(tokens) at the beginning and end?

Coondinator avatar Jan 11 '25 19:01 Coondinator

Correct. Only text conditions change (for both training and testing) everything else remains the same.

exitudio avatar Jan 12 '25 01:01 exitudio