ttxskk / AiOS

[CVPR 2024] Official Code for "AiOS: All-in-One-Stage Expressive Human Pose and Shape Estimation
https://ttxskk.github.io/AiOS/
Other
189 stars 2 forks source link

World frame grounded? #19

Open Moreland-cas opened 2 weeks ago

Moreland-cas commented 2 weeks ago

Halo, great effort! Im curious if AIOS can recover the multi-person pose in the world frame without strange translation error? like the dome shown in "WHAM: Reconstructing World-grounded Humans with Accurate 3D Motion". https://github.com/yohanshin/WHAM

ttxskk commented 1 week ago

Hi @Moreland-cas, AiOS is focused on the camera space and cannot recover the pose in the world space. But our recent work, WHAC: World-grounded Humans and Cameras , can recover a single-person SMPLX in the world space. You can move to here for more details if you need.

Moreland-cas commented 1 week ago

Hi @Moreland-cas, AiOS is focused on the camera space and cannot recover the pose in the world space. But our recent work, WHAC: World-grounded Humans and Cameras , can recover a single-person SMPLX in the world space. You can move to here for more details if you need.

Thanks for the reply! Any schedule for the code release of WHAC?