Walter0807 / MotionBERT

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

The coordinate type of 3D pose #9

Closed flyyyyer closed 1 year ago

flyyyyer commented 1 year ago

Dose the network output the camera coordinate of 3D poses?

Walter0807 commented 1 year ago

For 3D pose estimation, the network output is in normalized coordinates (roughly [-1,1]) and can be associated with the pixel coordinates.