NVlabs / nvdiffmodeling

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

Questions in the simplification process #33

Open coderzsy opened 1 year ago

coderzsy commented 1 year ago

Thank you very much for your series of work. I tried to use your method to simplify the work, and I found that there are initial models after simplification in your data set. My question is whether I can only provide the original model that needs to be simplified and output the simplified model if I do the simplification work. If possible, I hope you can tell me how to achieve it. thanks

jmunkberg commented 1 year ago

Hello @coderzsy ,

Please refer to the paper, where we outline how we create the initial models (e.g., start from a sphere or from a simplified model from a mesh simplification software). One alternative, if you don't want to provide an initial guess, is to use our more recent method, nvdiffrec, https://nvlabs.github.io/nvdiffrec/, which does not require an initial guess.