mks0601 / I2L-MeshNet_RELEASE

Official PyTorch implementation of "I2L-MeshNet: Image-to-Lixel Prediction Network for Accurate 3D Human Pose and Mesh Estimation from a Single RGB Image", ECCV 2020
MIT License
708 stars 130 forks source link

pytorch matrix size incorrect #120

Open darkknight9394 opened 1 year ago

darkknight9394 commented 1 year ago

Hi, I'm got thru the point where torchgeomertry and other files have been downloaded and trying to run the first test case using input.png. However I'm getting the following error from pytorch regarding the matrix multiplcation size is incorrect. Just wondering if anyone has successful ran the demo?

python demo.py --gpu 0 --stage param --test_epoch 12

th_v_shaped = self.th_v_template + torch.matmul( RuntimeError: mat1 and mat2 shapes cannot be multiplied (20670x300 and 10x1)

mks0601 commented 1 year ago

Are you running the code for body? hand?