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

adding texture to 3d model #34

Closed
cnaaq opened this issue Dec 10, 2018 · 8 comments
Closed

adding texture to 3d model #34

cnaaq opened this issue Dec 10, 2018 · 8 comments

Comments

@cnaaq
Copy link

cnaaq commented Dec 10, 2018

Hi,

In your documentation, in Application -> 2. Face Reconstruction, there is a 3D model and then the texture is added to that. Is this also addressed in your code?
What I understood from the .ply file is that it only contains shape, and not texture and light. Right?

Thanks again for your wonderful work!

@gsygsy96
Copy link

face3d will help you.

@cleardusk
Copy link
Owner

Sorry for that I have not a chance to update these days.
If you have the dense correspondence from vertices to image pixels, you can directly set the color attribute of the vertex to corresponding pixel RGB value. Or you can refer here1 and here2.

@cleardusk
Copy link
Owner

Yes, @mehameha998. PRNet and face3d provide several codebases for 3D face related applications. But the author and I are all busy these days, so you @cnaaq may first dive into these codes.

@imnaren142
Copy link

imnaren142 commented Dec 21, 2018

@cleardusk So, will I get the only 3D model without the texture of human being face in face reconstruction?

@cleardusk
Copy link
Owner

I have updated the code. But the texture is sampled from the original image, so the occlusion region may appear strange.

@imnaren142
Copy link

imnaren142 commented Feb 26, 2019

@cleardusk How do I get the 3D reconstruction for full human?

@Jianlong-Nie
Copy link

您好 贴图代码现在更新了吗?

@cleardusk
Copy link
Owner

您好,由于精力有限,贴图代码没有更新。欢迎提交 PR ~

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

5 participants