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

run_predict.py generates output with same image #6

Closed
chillcloud-dev opened this issue May 19, 2022 · 2 comments
Closed

run_predict.py generates output with same image #6

chillcloud-dev opened this issue May 19, 2022 · 2 comments

Comments

@chillcloud-dev
Copy link

Hello
first of all - nice Job.

I am doing right now a research project regarding self collision and i would like to use your repo as a baseline to generate 3d avatars of people.

I ran your run_predict.py successfully but noticed that the output image contains multiple smaller, identical images.
I was expecting something similar as the teaser.png where u have the estimated 3d mesh of the person.

Could you please tell me how to reproduce this visualization? I would like to get the 3d mesh and use it as a mask to overlap with a pointcloud..

I would appreciate your help

Thanks

@akashsengupta1997
Copy link
Owner

Hi,

The output image from the demo should show the mode of the predicted shape and pose SMPL parameter distributions, as well as some samples from the distribution. The parameter distributions are visualised by converting the SMPL parameters into SMPL body meshes, and rendering these meshes using multiple global rotations (to give different camera viewpoints).

The teaser GIF is simply obtained by gradually rotating some predicted sample meshes and rendering them.

If you want to save any 3D body mesh, you can save the mode predicted vertices (pred_vertices_mode in the code) or predicted samples (pred_vertices_samples in the code). The format in which they are saved is up to you. They can be saved as an obj file if you want to use them in other applications: #2.

@akashsengupta1997
Copy link
Owner

Please see #11.

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