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
724
stars
127
forks
source link
clarification of OLD issue - Smpl body to image projection #127
Hey @mks0601, hope you doing well.
I actually came across your issue regarding the smpl body projection to image #https://github.com/classner/up/issues/17#issue-508798131
I used the following projection function but unsure if the points are correct.
Can you share the check the function once or maybe share your sample code which you used for smpl body projection to image If possible?
I need to convert the smpl points into several other format for a custom dataset, so this conversion and projection is crucial for me.
I hope you can help out. Thank you once again.