nv-tlabs / GET3D

Other
4.2k stars 376 forks source link

Coarse to fine approach with volume subdivision #147

Open ankarako opened 1 year ago

ankarako commented 1 year ago

Hi there and thanks for releasing your work.

Following the other issues on volume subdivision, I would like to ask if you plan to release the volume subdivision step in your codebase (I guess not since some time has passed). Another thing that I want to point out is that the volume subdivision function does not follow what is described in the paper. The batch_subdivide_volume function subdivides the entire tetrahedral grid, instead of first identifying tetrahedra that intersect the surface and subdivide their neighborhood (same with kaolin and the original DMTet paper). Is there a chance that you will release the coarse-to-fine approach described in the paper?

Thank you for your time.