LinghaoChan / OpenTMA

OpenTMA: support text-motion alignment for HumanML3D, Motion-X, and UniMoCap
https://swanhub.co/demo/Evan/OpenTMR
29 stars 2 forks source link

Motion-X checkpoint dimension mismatch #2

Open HaroldChen19 opened 2 months ago

HaroldChen19 commented 2 months ago

Awesome work!

But I met a problem:

When I use the motionx checkpoints, Line249 and Line251 in 'OpenTMA/tma/models/modeltype/temos.py', there is a "size mismatch for main.0.weight: copying a param with shape torch.Size([512, 309, 4]) from checkpoint, the shape in current model is torch.Size([512, 619, 4]). Copying a param with shape torch.Size([512, 309, 4]) from checkpoint, the shape in current model is torch.Size([512, 619, 4])."

I don't know if it's a problem with my Motion-X data processing or with the checkpoint.

LinghaoChan commented 2 months ago

could u plz copy your error info, motion shape, and codes here?