Nikhila Ravi
ebac66daeb
Classic Marching Cubes algorithm implementation
...
Summary:
Defines a function to run marching cubes algorithm on a single or batch of 3D scalar fields. Returns a mesh's faces and vertices.
UPDATES (12/18)
- Input data is now specified as a (B, D, H, W) tensor as opposed to a (B, W, H, D) tensor. This will now be compatible with the Volumes datastructure.
- Add an option to return output vertices in local coordinates instead of world coordinates.
Also added a small fix to remove the dype for device in Transforms3D - if passing in a torch.device instead of str it causes a pyre error.
Reviewed By: jcjohnson
Differential Revision: D24599019
fbshipit-source-id: 90554a200319fed8736a12371cc349e7108aacd0
2020-12-18 07:25:50 -08:00
..
2020-01-23 11:53:46 -08:00
2020-10-07 12:54:01 -07:00
2020-12-18 07:25:50 -08:00
2020-11-18 14:07:12 -08:00
2020-08-25 11:28:40 -07:00
2020-04-20 14:54:16 -07:00
2020-12-09 09:18:11 -08:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-25 11:28:40 -07:00
2020-06-09 08:33:23 -07:00
2020-06-09 08:33:23 -07:00
2020-06-09 08:33:23 -07:00
2020-08-25 11:28:40 -07:00
2020-08-25 11:28:40 -07:00
2020-08-25 11:28:40 -07:00
2020-08-25 11:28:40 -07:00
2020-08-25 11:28:40 -07:00
2020-08-25 11:28:40 -07:00
2020-08-25 11:28:40 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-12-15 14:15:32 -08:00
2020-11-03 13:06:35 -08:00
2020-11-03 13:06:35 -08:00
2020-11-03 13:06:35 -08:00
2020-11-03 13:06:35 -08:00
2020-11-03 13:06:35 -08:00
2020-11-03 13:06:35 -08:00
2020-11-03 13:06:35 -08:00
2020-11-03 13:06:35 -08:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-08-07 13:22:26 -07:00
2020-08-07 13:22:26 -07:00
2020-08-07 13:22:26 -07:00
2020-08-07 13:22:26 -07:00
2020-08-07 13:22:26 -07:00
2020-01-23 11:53:46 -08:00
2020-01-23 11:53:46 -08:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-07-14 14:53:58 -07:00
2020-04-20 14:54:16 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-08-20 22:22:06 -07:00
2020-09-09 13:22:25 -07:00
2020-09-09 13:22:25 -07:00
2020-07-29 16:11:23 -07:00
2020-08-25 11:28:40 -07:00
2020-08-25 11:28:40 -07:00