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
724 stars 127 forks source link

h36m data loader, get_smpl_coord() Question #78

Open asw91666 opened 3 years ago

asw91666 commented 3 years ago

안녕하세요.

h36m data loader 부분에서 SMPL gt 좌표를 가져오는 부분인데

https://github.com/mks0601/I2L-MeshNet_RELEASE/blob/5d495593fa99e3e44af0289964a7da7284fd9876/data/Human36M/Human36M.py#L196 L196~L201 부분이 무슨 역할을 하는지 이해가 안가서 그러는데 혹시 설명해주실수 있을까요?

mks0601 commented 3 years ago

camera extrinsic을 적용하는 과정입니다

asw91666 commented 3 years ago

감사합니다