HongwenZhang / PyMAF-X

[TPAMI 2023] PyMAF-X: Towards Well-aligned Full-body Model Regression from Monocular Images
https://www.liuyebin.com/pymaf-x
Other
196 stars 27 forks source link

model size mismatch #81

Open ggfresh opened 6 months ago

ggfresh commented 6 months ago

when I use the v1.1 model, there exists an error: size mismatch for align_attention.face.0.position_embeddings.weight: copying a param with shape torch.Size([1149, 64]) from checkpoint, the shape in current model is torch.Size([900, 64]). could u give an old version model then.