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-12-18 07:25:50 -08:00
2020-11-10 21:27:01 -08:00
2020-01-23 11:53:46 -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-11-03 13:06:35 -08:00
2020-11-03 13:06:35 -08:00
2020-11-03 13:06:35 -08:00
2020-12-18 07:25:50 -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-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-12-09 09:18:11 -08: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-04-25 16:03:42 -07:00
2020-10-14 20:22:09 -07:00
2020-11-10 09:38:05 -08:00
2020-09-03 13:27:14 -07:00
2020-11-10 21:27:01 -08:00
2020-05-04 09:56:44 -07:00
2020-04-17 07:44:16 -07:00
2020-04-24 09:11:04 -07:00
2020-05-05 11:09:45 -07:00
2020-04-24 09:11:04 -07:00
2020-08-07 01:59:58 -07:00
2020-07-29 16:11:23 -07:00
2020-07-02 16:09:05 -07:00
2020-07-29 05:01:07 -07:00
2020-12-18 07:25:50 -08:00
2020-03-29 14:51:02 -07:00
2020-03-29 14:51:02 -07:00
2020-11-30 11:38:04 -08:00
2020-03-29 14:51:02 -07:00
2020-05-04 09:56:44 -07:00
2020-03-29 14:51:02 -07:00
2020-12-14 16:18:19 -08:00
2020-10-07 12:54:01 -07:00
2020-04-06 06:41:00 -07:00
2020-04-24 09:11:04 -07:00
2020-07-16 10:19:43 -07:00
2020-09-21 05:16:31 -07:00
2020-06-15 10:11:26 -07:00
2020-12-14 16:18:19 -08:00
2020-11-18 14:07:12 -08:00
2020-11-10 21:27:01 -08:00
2020-08-21 20:42:17 -07:00
2020-12-09 09:18:11 -08:00
2020-12-15 14:15:32 -08:00
2020-12-15 14:15:32 -08:00
2020-08-20 22:22:06 -07:00
2020-12-17 04:10:56 -08:00
2020-12-14 15:28:04 -08:00
2020-11-03 13:06:35 -08:00
2020-03-29 14:51:02 -07:00
2020-10-21 06:23:28 -07:00
2020-10-06 09:17:58 -07:00
2020-08-21 20:42:17 -07:00
2020-05-10 13:15:37 -07:00
2020-03-29 14:51:02 -07:00
2020-03-29 14:51:02 -07:00
2020-10-29 10:16:42 -07:00
2020-04-05 14:44:27 -07:00
2020-04-17 10:39:43 -07:00
2020-01-23 11:53:46 -08:00