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

>>> Using GPU: 0 Load checkpoint from ./snapshot_7.pth.tar Traceback (most recent call last): File "demo/demo.py", line 75, in model.load_state_dict(ckpt['network'], strict=False) File "/usr/local/lib/python3.7/dist-packages/torch/nn/modules/module.py", line 845, in load_state_dict self.__class__.__name__, "\n\t".join(error_msgs))) RuntimeError: Error(s)...

Hi! Thanks for providing such amazing works! I am trying to reproduce your results on the FreiHAND dataset, but the best I obtained is slightly lower than your provided checkpoints....

I suspect it's the PyTorch version and StackOverflow doesn't have a solution to the problem **1. The following error occurs when I execute python demo.py --gpu 0 --stage param --test_epoch...

Hello, I can't find the json file mentioned, any help please?

Hello. I have an important question about the coco format. I reviewed the way I can change a dataset into coco format and fortunately I found a tool ( DataTorch)...

Hello, as shown in your implementation the dataset should follow the COCO Format, is there any tool that would help me convert my dataset to the desired format and annotation,...

Hi Gyeongsik, I am working on reproducing the numbers reported in the paper. Train dataset: H36M, MuCo, COCO Test dataset: 3DPW I am using pytorch 1.8, python 3.8, cuda10 ---------------...

Traceback (most recent call last): File "C:\Python39\lib\site-packages\OpenGL\platform\egl.py", line 67, in EGL return ctypesloader.loadLibrary( File "C:\Python39\lib\site-packages\OpenGL\platform\ctypesloader.py", line 45, in loadLibrary return dllType( name, mode ) File "C:\Python39\lib\ctypes\__init__.py", line 374, in __init__...

**I am facing this error while running the code. Can someone help me to resolve this issue?** I have installed all the libraries according to the requirements file. `ImportError: ('Unable...

Could you please let me know why the regressor used for training uses the standard SMPL regressor + 5 keypoints, however the regressor for the datasets are quite different, for...