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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch matrix size incorrect

darkknight9394 opened this issue · comments

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)

Are you running the code for body? hand?