sail-sg / mvp

NeurIPS-2021: Direct Multi-view Multi-person 3D Human Pose Estimation
Apache License 2.0
329 stars 34 forks source link

some questions about the ray position encoding #14

Open liuzhidemaomao opened 2 years ago

liuzhidemaomao commented 2 years ago

https://github.com/sail-sg/mvp/blob/80eecd012f51f49da357e337716d40a6398d520d/lib/models/position_encoding.py#L274 Is there are something wrong with this code, the last R may be R.T or inverse(R)? And I have another question, the pixel world coordinates calculated without Z_c in your code. Can it reflect the real position of pixels in the world coordinate system?