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

demo result incorrect #22

Open
akchain opened this issue Apr 23, 2021 · 4 comments
Open

demo result incorrect #22

akchain opened this issue Apr 23, 2021 · 4 comments

Comments

@akchain
Copy link

akchain commented Apr 23, 2021

Hi, thanks for your great work.
I installed all the dependencies and run the test code.
I got the following results:
000_input
000_uv
image
image

It looks like the face detail was not rendered. Any idea what's going wrong? Thanks.

@cravisjan97
Copy link

The result you have is expected. The goal of this project is to render faces without eyeballs and hair making them easier to integrate into the game environment. The code has face groups defined which help remove the eyeballs and hair regions

@akchain
Copy link
Author

akchain commented Apr 29, 2021

I thought the result would be
image. Do I miss other processing steps? Thanks.

@Agent-INF
Copy link

Please refer to #9 (comment) .

@zw20045500
Copy link

The code has face groups defined which help remove the eyeballs and hair regions

Can you tell me which code remove the eyeballs and hair regions. Is the following function? thank you.
uv_creator.py
def create_uv_torch(self, shift_vert, input_image, uv_size, vert_idxs=None,
bary_weight=None, param_dir=None, tpt_mesh=None)

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

4 participants