-
### Bug Description
I was replacing my marching cubes code that uses skimage with warp's implementation to speed things up, but I think I discovered an issue. It seems like the outer bounds of marchi…
-
is there any plans for smooth voxels? thank you
-
- [x] Obtain marching cubes library
- [x] Test it on binary data
- [ ] #11
- [ ] Need to add normal vectors at edges and vertices
-
I made a simple program to try out the marching cubes algorithm.
ImgOpener imgOpener = new ImgOpener();
Img img = (Img) imgOpener.openImgs(
new File(args[0]).getAb…
-
![image](https://github.com/user-attachments/assets/bc6297c3-5348-4445-970e-094887a92ff2)
I'm running the example workflows, and whenever it reaches the 'Convert 3DGS to Mesh with NeRF and Marchi…
-
Based on [this user comment]( https://github.com/Pescatore23/tomcat-blender/blob/17819faf8bc521ba881b12b8720e440de233c5ae/01_extract_surfaces.py#L18-L19 ), seems like there may be some interest in a m…
-
-
Very cool for generating a simple BVH and generating terrain.
Each cell can contain up to 4 tris, is there a way to do an intersect with just knowing the 8 neighbors that isn't scary performance?
Th…
-
I have run `sudo python2 setup.py install` under `torch/marching_cubes/` to install marching_cubes.
Then, I run `python2 test_scene.py --gpu 0 --input_data_path ./data/mp_sdf_vox_2cm_input.zip --targ…
-
Hey,
thank you very much for your wonderful contribution!
## Issue
We started testing NeuS2 and found that the mesh quality generated from within the UI seems inferior to the results we get …