facebookresearch / InterHand2.6M

Official PyTorch implementation of "InterHand2.6M: A Dataset and Baseline for 3D Interacting Hand Pose Estimation from a Single RGB Image", ECCV 2020
Other
676 stars 92 forks source link

the outputs of render.py #88

Open kidSun opened 2 years ago

kidSun commented 2 years ago

hello ,i run the MANO_render/render.py,but the out put image has no hand mesh and the .obj has no action image51303 ![Uploading image.png…]()

kidSun commented 2 years ago

the code i changed: 1.mesh = output.vertices[0].numpy() 1000 # meter to milimeter -> mesh = output.vertices[0].detach().numpy() 1000 # meter to milimeter 2.add os.environ["PYOPENGL_PLATFORM"] = "osmesa"

kidSun commented 2 years ago

image38685 seem render at the top of the image

mks0601 commented 2 years ago

image38685 I ran the code without any modifications.