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

Inference question about myself images

favorxin opened this issue · comments

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.

Hi, you should use a bbox :(