Selena
Selena
Hello, I have a multi-material meshing situation in which I have two meshes with adjacent faces. I'm wondering if TetWild support meshing both meshes/materials while preserving the touching faces with...
Hello, I'm trying to write a binding for one of the function that uses the embree intersector. I added the embree folder to both ./external and ./external/libigl/external. When I run...
Hello, The ray_mesh_intersect function gives segmentation fault on every odd vertex, and an abnormally long list of hits for the others vertex that doesn't give seg fault. It would be...
Hello, Going through the codes, I noticed that the nodes' y coordinates are flipped during iterations, and I didn't find any relevant information in the paper. Am wondering if you...
Hello, the fantasia paper says they use DMTet as the geometry representation but the implementation here uses implicit SDF even though it has the DMTet implementation. Is there a reason...
Hello, I'm in the middle of trying to export the hashmap used in a training experiment. When I load in the checkpoint, I can see the parameter corresponding to the...
Hello, I was trying to run the training file but got this error after following some fixes with this #91 aten::cudnn_convolution_backward_weight not found when calling from ops/conv2d_grad_fix.py line 179. After...
Hello, Is there any additional configuration I need for nerfacto to train well with dtu dataset? `ns-train nerfacto sdfstudio-data --data data/dtu/scan65` Just running gives me the following eval images. 
Hello, I am trying to get nerfacto to work with blender-data (ficus more specifically), and here is the image I get  My training command is just `ns-train nerfacto --vis...
Hello, I'm trying to reproduce the german shepherd example in the paper by using the animal.obj file in the shapes folder but it's far from the quality presented in the...