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

visualization of Human3.6 #86

Closed KHao123 closed 2 years ago

KHao123 commented 2 years ago

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.

mks0601 commented 2 years ago

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

KHao123 commented 2 years ago

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.