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

3D skeleton coordinates #89

Open bavasilev opened 2 years ago

bavasilev commented 2 years ago

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!

mks0601 commented 2 years ago

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

bavasilev commented 2 years ago

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