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 result is blur #9

Open
hust-kevin opened this issue Jan 19, 2022 · 3 comments
Open

render result is blur #9

hust-kevin opened this issue Jan 19, 2022 · 3 comments

Comments

@hust-kevin
Copy link

@lzqsd I download the pretrained model and use testReal.py to render img, but the result is very blur(input img is clear)
image
image
image
image

@lzqsd
Copy link
Owner

lzqsd commented Jan 19, 2022

Hi @hust-kevin, sorry that the rendered results are blurry. I think the reason is that in the default rendering code, we directly render the image with 120 x 160 per-pixel lighting. If you hope to achieve high-quality rendering, you probably need to upsample the per-pixel lighting first before you render the image.

If your goal is for material editing, then you can use a high-quality texture and upsample the per-pixel lighting at a higher rate. In that case, you can probably see details and specular highlights of the materials.

Hope that helps. Please let me know if you have any more questions.

@bytedwang
Copy link

Hi @lzqsd, do you mean we can increase envRow and envCol?

@838959823
Copy link

how to acheive material editing

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