NVlabs / nvdiffmodeling

Differentiable rasterization applied to 3D model simplification tasks
Other
455 stars 30 forks source link

How to improve the optimization effect #18

Closed Lucklycat closed 1 year ago

Lucklycat commented 1 year ago

Your work is great. Thank you very much for your openness. I tried to use rendering on my own model, but I encountered the following problems and would like to consult: 1.In the process of rendering, I found that the face of the character, especially the eyes, was not poorly optimized, and the color could not be reflected. Are there any parameters that need to be adjusted? image 2.During rendering, I encountered that. mtl contains a map_ The texture of d cannot be represented in the renderer. How can I solve this problem? image

Thank you for your reply

jmunkberg commented 1 year ago

Please refer to the configs in the repo. This is a good starting point https://github.com/NVlabs/nvdiffmodeling/blob/main/configs/spot.json

You can test to increase the batch size, training and texture resolution (if you have enough GPU memory) for higher quality results. As discussed in the paper, the quality also depends on the geometry and texture parametrization of the base mesh.

Lucklycat commented 1 year ago

Thank you for your reply,i will to try