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

Poorly Segmented body #19

Open
asimniazi63 opened this issue Dec 17, 2020 · 1 comment
Open

Poorly Segmented body #19

asimniazi63 opened this issue Dec 17, 2020 · 1 comment

Comments

@asimniazi63
Copy link

Poor results on some images, one of the examples is attached below:

images-fat1

How can we improve it

@Arthur151
Copy link
Owner

Arthur151 commented Dec 17, 2020

Sorry for the failure in body shape estimation. The reason is that the body shape of the training data is not abundant. Most 3D pose dataset only have tens of subjects (actors). Therefore, the estimated shape tend to be normal weight.
Most straight-forward solution is to fit the estimated body mesh to the body segmentation via a differentiable renderer (such as Example 2: Optimizing vertices of neural_renderer).
The drawback is that you may have to take care of the number of iterative optimization.
refPerformanceresults
To avoid the bad results like above, it'd be better to optimize the estimated SMPL shape parameter and use its GMM prior constrain during loss calculation.

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