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

STAR for ExPose #6

Closed alexisrolland closed 3 years ago

alexisrolland commented 3 years ago

Hello @ahmedosman and thank you for opening STAR source code! Can it be used in combination with ExPose?

https://github.com/vchoutas/expose

ahmedosman commented 3 years ago

Hi @alexisrolland Expose was trained for SMPL-X, since the pose and shape space of STAR are different, we can not plug in the parameters of SMPL-X in STAR. However, I'll release shortly a convertor script to convert SMPL-X parameters to STAR parameters. So the flow would be, use expose to regress SMPL-X parameters, convert the SMPL-X parameters to STAR.

alexisrolland commented 3 years ago

Thank you @ahmedosman for your quick answer! It would be great to have an update on this question once you are done with this task. Thanks again for your hard work on STAR.

ahmedosman commented 3 years ago

@alexisrolland

Here is the script to convert smplx to star. https://github.com/ahmedosman/STAR/blob/master/convertors/convert_smplx_to_star.py

It reads smplx (vertices) from disk and fit STAR and dumps the STAR vertices and parameters.

I'll close this issue now.