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
710 stars 130 forks source link

How to get the fitted parameters of SMPL by SMPLify-x with 3D coordinates from multi-view?? #55

Closed onepiece666 closed 3 years ago

onepiece666 commented 3 years ago

I read your paper. It's great. I want to know the method to get the fitted parameters of SMPL by SMPLify-x with 3D coordinate from multi-view. I just know the way to fit through 2D coordinate from a image. Could you tell me about the datails or introduce me some paper about it . Thanks.

mks0601 commented 3 years ago

I fitted SMPL to 3D world coordinates (not 2D coordinates). The detailed descriptions will be available in my new paper (NeuralAnnot). It is uploaded in arxiv, but will be updated soon and what you asked will be included in the updated version.