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

render the SCALE output #11

Closed
omarmohamed101 opened this issue Oct 24, 2021 · 3 comments
Closed

render the SCALE output #11

omarmohamed101 opened this issue Oct 24, 2021 · 3 comments

Comments

@omarmohamed101
Copy link

Hi,
i have a sequence of .ply files of dense point sets (output of the SCALE paper) how can i render them with smplpix to come up with real images ?
they mentioned in the paper that this is possible so any help?

@omarmohamed101
Copy link
Author

i mean the output of this work https://github.com/qianlim/SCALE

@qianlim
Copy link

qianlim commented Oct 26, 2021

Hi, in SCALE what we did is we render the image pairs of the training and test set of SCALE respectively.
Each image pair consists of
(1) projected SCALE point cloud and depth image (as it's just a projection of the points, the projected image have gaps between the points)
(2) a rendering of the ground truth GT mesh (a realistic image without gaps)
see Fig. S3 of the SCALE SupMat for an illustration and section S1.6 there for details.
Then we train SMPLpix with this training set of paired images, and use the trained model to generate images for the test set examples (i.e. what you see in the SCALE paper).
Hope that is helpful for your data preparation.

@sergeyprokudin
Copy link
Owner

closing, for now. Feel free to re-open if the issue is not fully addressed by Qianli's comment.

~Sergey

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

3 participants