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

visualization of Human3.6

KHao123 opened this issue · comments

Hi, sorrry to disturb you.
I meet a bug when visualizing Human3.6 with the code:
image
The mesh and object are visualized correctly, while the render mesh show nothing in the output image.
But it works in PW3D.

please check mesh_out_cam is in the correct place. It should not be a root-relative coordinate.

The code to mesh_out_cam remain unchanged.
It seems something wrong in the evaluation function.
I divide the mesh_out_cam with 1000 and it works.