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

Inference question about myself images #99

Open favorxin opened 2 years ago

favorxin commented 2 years ago

Hello! I am very interested in your work. I run the demo.py successfully and I had the question about the inputs after read your code in demo.py. The input img is generated by the bbox which is the person's bounding box. I inference the following pic and got a confused result as following(Which bbox is set as the following code). Can I inference the img without the bbox? bbox = [0, 0, original_img_width, original_img_height]

1638201078(1) The left image is the original input image and the right image is the rendered_mesh_lixel image.

mks0601 commented 2 years ago

Hi, you should use a bbox :(