I2L-MeshNet_RELEASE icon indicating copy to clipboard operation
I2L-MeshNet_RELEASE copied to clipboard

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

Results 49 I2L-MeshNet_RELEASE issues
Sort by recently updated
recently updated
newest added

Hi, @mks0601 Thanks for your excellent work and code. However, when I check the fitting results on the H36M test set (S9 & S11), it seems that there are several...

Hi, thank you for quite great work and consistent contribution on 3D human&hand! I am confused about the better MPJPE on lixel (55.83mm) vs. param (66.05mm) ``` >>> Using GPU:...

Hi, @mks0601, Sorry to bother you. I've computed the fitting errors of your provided SMPLify-X fits, on the training set, the error is 25.72mm, and on the test set, the...

안녕하세요. h36m data loader 부분에서 SMPL gt 좌표를 가져오는 부분인데 https://github.com/mks0601/I2L-MeshNet_RELEASE/blob/5d495593fa99e3e44af0289964a7da7284fd9876/data/Human36M/Human36M.py#L196 L196~L201 부분이 무슨 역할을 하는지 이해가 안가서 그러는데 혹시 설명해주실수 있을까요?

Hello, thank you for your amazing implementation Can you provide a Google colab notebook to show the demo of this repo, I'm sure it'll help everyone and it'll increase the...

Hello, thank you for your amazing implementation How can we measure the body measurements like waist, neck to hand, chest etc. Thank you

Hello, Thank you for your work, when I retraining the I2L model, In 3DPW Test Dataset, I couldn't reach the MPJPE value (95.4), my model is trained by 'MuCo', 'Human36M'...

Hello, I have a problem with projecting the COCO GT fitted SMPL mesh in the image coordinate space. I want to map a different set of 2D key points, but...

Thanks your work, it's great. I have a question: how did this picture come out? Use mano layer? ![hand](https://user-images.githubusercontent.com/44597470/114002228-4298fd80-988f-11eb-911b-c2cbb6386761.JPG)

Hi @mks0601 , thank you for sharing the pseudo GT. There is a fitting threshold in your code to check if the fit is valid, 25 mm. Could you please...