Walter0807 / MotionBERT

[ICCV 2023] PyTorch Implementation of "MotionBERT: A Unified Perspective on Learning Human Motion Representations"
Apache License 2.0
1.02k stars 124 forks source link

about 2d projection. #14

Closed vicentowang closed 1 year ago

vicentowang commented 1 year ago

thanks for you great work.

image

in-the-wild RGB videos do not have 3d GT, no depth infomation or camera K, how to do the reprojection ?

Walter0807 commented 1 year ago

Hi, thanks for your interest in our work. We apply orthographic projection, i.e. keep x, y and remove z.