NVlabs / nvdiffrec

Official code for the CVPR 2022 (oral) paper "Extracting Triangular 3D Models, Materials, and Lighting From Images".
Other
2.09k stars 222 forks source link

surface subdivision #44

Closed derrick-xwp closed 2 years ago

derrick-xwp commented 2 years ago

Dear author, Is surface subdivision module released in this code or somewhere else?

Thanks

jmunkberg commented 2 years ago

Which surface subdivision are you referring to?

We tried subdivision in a previous paper, and a simple version is included here https://github.com/NVlabs/nvdiffmodeling/blob/main/src/mesh.py

There are also some DMTet https://nv-tlabs.github.io/DMTet/ examples in NVIDIA Kaolin https://github.com/NVIDIAGameWorks/kaolin

frankshen07 commented 2 years ago

If you are referring to the surface subdivision module in DMTet, it is released in Kaolin: https://kaolin.readthedocs.io/en/latest/modules/kaolin.ops.mesh.html?highlight=subdivision#kaolin.ops.mesh.subdivide_trianglemesh