Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STAR for ExPose #6

Closed
alexisrolland opened this issue Sep 28, 2020 · 3 comments
Closed

STAR for ExPose #6

alexisrolland opened this issue Sep 28, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@alexisrolland
Copy link

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

https://github.com/vchoutas/expose

@ahmedosman ahmedosman added the enhancement New feature or request label Sep 29, 2020
@ahmedosman
Copy link
Owner

ahmedosman commented Sep 29, 2020

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
Copy link
Author

alexisrolland commented Sep 29, 2020

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
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants