Skip to content

Commit 03ee1db

Browse files
davnov134facebook-github-bot
authored andcommitted
Volumes data structure.
Summary: Implemented a data structure for volumes. Reviewed By: gkioxari Differential Revision: D20342920 fbshipit-source-id: ccc23eaa183ed8a4e9cd7674b4dcf31e8a65c3c6
1 parent 1e4a2e8 commit 03ee1db

File tree

3 files changed

+1553
-0
lines changed

3 files changed

+1553
-0
lines changed

pytorch3d/structures/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from .meshes import Meshes, join_meshes_as_batch, join_meshes_as_scene
44
from .pointclouds import Pointclouds
55
from .utils import list_to_packed, list_to_padded, packed_to_list, padded_to_list
6+
from .volumes import Volumes
67

78

89
__all__ = [k for k in globals().keys() if not k.startswith("_")]

0 commit comments

Comments
 (0)