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

how to get pose by given joints 3D-locations (24,3)? #23

Closed rese1f closed 3 years ago

rese1f commented 3 years ago

Thanks for your great work with excellent performance! I am now trying ton use your trained model(like female.npz) and the actually the given 3d-location (24,3) to rebuild a mesh. But I notice that the model only get a pose input. I am already know that the pose can be compute by the two vector(before and after). My question is, what exact the rest-pose be, I mean to compute every pose, it seems like we must know the situation when pose is 0 (T-pose). I would be most grateful if you could answer my questions in your busy schedule!

rese1f commented 3 years ago

is ik(inserve kinematic) works?

ahmedosman commented 3 years ago

We do not provide inverse kinematics code for STAR at the moment.