You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, author.
First of all, cheers on such an awesome work.
I've managed to obtain textured mesh from an existing geometry. The results are as follows. The right is from this project and the left is from another.
It's clear that the right texture is much brighter than the left, which caused texture detail missing sometimes.
I wonder why and how to adjust it?
The text was updated successfully, but these errors were encountered:
Note that we use a PBR shading model with a diffuse and specular lobe (see paper for details), so directly visualizing only the diffuse texture in MeshLab won't capture the full shading. Does it also look brighter during training in our renderer (check the images dumped during training)?
You can look at the included blender example on how to setup the PBR shading network: https://github.com/NVlabs/nvdiffrecmc/#use-the-extracted-3d-models-in-blender
Another issue is that we optimize the material and lighting jointly, so the optimization process has freedom to either make the lighting darker and materials brighter or vice versa. This is a bit tricky to control. You can constrain the material parameters with the config flags
Hi, author.
First of all, cheers on such an awesome work.
I've managed to obtain textured mesh from an existing geometry. The results are as follows. The right is from this project and the left is from another.
It's clear that the right texture is much brighter than the left, which caused texture detail missing sometimes.
I wonder why and how to adjust it?
The text was updated successfully, but these errors were encountered: