ahmedosman / STAR

ECCV2020 - Official code repository for the paper : STAR - A Sparse Trained Articulated Human Body Regressor
https://star.is.tue.mpg.de
Other
654 stars 95 forks source link

human model orientation #22

Closed sulei1998 closed 3 years ago

sulei1998 commented 3 years ago

Thanks for your great work! When i compare the STAR model with the smpl and smplx, I find that the STAR model doesn't have the parameters 'global_orient' like the smpl and smplx. So I wonder know if there is a way to help the STAR model to rotate like the smpl?

ahmedosman commented 3 years ago

The first 3 parameters of the parameters pose is the global_orientation.

Ahmed