Vegetebird / MHFormer

[CVPR 2022] MHFormer: Multi-Hypothesis Transformer for 3D Human Pose Estimation
MIT License
530 stars 85 forks source link

Why rot is these four numbers? #96

Closed tongwei0828 closed 1 year ago

tongwei0828 commented 1 year ago

Hello, it's a greate work. But i have some questions, in demo/vis.py, rot is a rotation matrix, why rot is these four numbers? Can it be other numbers? image

Vegetebird commented 1 year ago

We use a camera extrinsic parameter provided by Human3.6M: https://github.com/Vegetebird/MHFormer/blob/fcf238631016f906477ec9c1d17582097ecf9803/common/h36m_dataset.py#L59 It can be other numbers.