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

Spring dataset 3d models to smplx #27

Open
dhruvrajsaharan opened this issue Dec 28, 2024 · 2 comments
Open

Spring dataset 3d models to smplx #27

dhruvrajsaharan opened this issue Dec 28, 2024 · 2 comments

Comments

@dhruvrajsaharan
Copy link

hi david/team

how to convert spring dataset 3d models to smplx

thanks

@dhruvrajsaharan
Copy link
Author

SPRING0001.zip

@DavidBoja
Copy link
Owner

Hi @dhruvrajsaharan

You can use my other repository SMPL-Fitting to fit the SMPLX model to the SPRING scans. You'll need landmarks for the fitting process however. The landmarks are used to initialize the fitting (since the scan and SMPLx can be anywhere in space) as well as to stabilize the fitting process.

In theory you could skip using the landmarks for the initialization, if you pre-align the scan and SMPLX model. If I'm not mistaken, the SPRING scans are all aligned in the same way, so by aligning the SMPLX with a single scan, you could use the same initial alignment for each scan.

Regarding the stabilization of the fitting process, it could work without using the landmarks, but you'll need to play around with the loss weights from the loss_weight_configs.yaml.

To the best of my knowledge there is no open-source approach that finds the landmarks unfortunately.

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

No branches or pull requests

2 participants