frankshen07

Results 10 comments of frankshen07

Same problem here with dist. I'm on ubuntu 18.04, CUDA 9.0 and gcc 6.5. Also, I'm using the latest version of setuptools. Not sure if that causes any problem. Thanks!

Thank you for your interest in our work! The tutorial in Kaolin is just a simple example where we showcase the usage of our representation, DMTet, which is independent of...

The volume subdivision is added to Kaolin recently: https://kaolin.readthedocs.io/en/latest/modules/kaolin.ops.mesh.html?highlight=subdivide#kaolin.ops.mesh.subdivide_tetmesh. We are planning to update the tutorial to showcase refinement with subdivision, which should be straightforward. Basically, we use this function...

Apologies for the issues caused by the Kaolin merge. I've added back the previous functions we used to produce the paper's results, which do not depend on Kaolin. The error...

Apologies for the issues caused by the Kaolin merge. I've added back the previous functions we used to produce the paper's results, which do not depend on Kaolin. The error...

Yes, you can check out nvdiffrec, which now integrates FlexiCubes as well.

Apologies for the issues caused by the Kaolin merge. I've added back the previous functions we used to produce the paper's results, which do not depend on Kaolin. The error...

Hi @SophusDavid, the example we provided is not intended for tetmesh. You can first optimize using the triangular mesh, and once the shape is optimized, extract the tetrahedral mesh with...

Hi @seanxzhan, Thank you for reporting this issue. The problem is caused by a bug in the current published version of the code. Could you please try replacing the code...

Hi @bychen7, the table is constructed in such a way that all extracted triangles have their normal points facing outward, with the assumption that the negative SDF represents the "inside"...