Skip to content

Commit

Permalink
Volumes data structure.
Browse files Browse the repository at this point in the history
Summary: Implemented a data structure for volumes.

Reviewed By: gkioxari

Differential Revision: D20342920

fbshipit-source-id: ccc23eaa183ed8a4e9cd7674b4dcf31e8a65c3c6
  • Loading branch information
davnov134 authored and facebook-github-bot committed Jan 5, 2021
1 parent 1e4a2e8 commit 03ee1db
Show file tree
Hide file tree
Showing 3 changed files with 1,553 additions and 0 deletions.
1 change: 1 addition & 0 deletions pytorch3d/structures/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from .meshes import Meshes, join_meshes_as_batch, join_meshes_as_scene
from .pointclouds import Pointclouds
from .utils import list_to_packed, list_to_padded, packed_to_list, padded_to_list
from .volumes import Volumes


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

0 comments on commit 03ee1db

Please sign in to comment.