I2L-MeshNet_RELEASE icon indicating copy to clipboard operation
I2L-MeshNet_RELEASE copied to clipboard

Inference question about myself images

Open favorxin opened this issue 2 years ago • 1 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.

favorxin avatar Nov 29 '21 15:11 favorxin

Hi, you should use a bbox :(

mks0601 avatar Nov 29 '21 17:11 mks0601