Commit 850efdf
Python marching cubes improvements
Summary: Overhaul of marching_cubes_naive for better performance and to avoid relying on unstable hashing. In particular, instead of hashing vertex positions, we index each interpolated vertex with its corresponding edge in the 3d grid.
Reviewed By: kjchalup
Differential Revision: D39419642
fbshipit-source-id: b5fede3525c545d1d374198928dfb216262f0ec01 parent 6471893 commit 850efdf
File tree
5 files changed
+336
-697
lines changed- pytorch3d/ops
- tests
- data/test_marching_cubes_data
5 files changed
+336
-697
lines changed
0 commit comments