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

3D skeleton coordinates

bavasilev opened this issue · comments

Hi, thanks for sharing such great work. I'm new to computer vision, so getting a feel for it is challenging.
I was wondering how to include joints' coordinates into the output_mesh_X.obj, or how to output them in a separate file.
I would be very grateful for any advice!

You can save a set of points (without face) with .xyz format.
Please google xyz format and meshlab.

All right, I'm going to try it out. Thank you!