mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 06:40:35 +08:00
spelling
Summary: Collection of spelling things, mostly in docs / tutorials. Reviewed By: gkioxari Differential Revision: D26101323 fbshipit-source-id: 652f62bc9d71a4ff872efa21141225e43191353a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c2e62a5087
commit
124bb5e391
@@ -230,9 +230,9 @@ class TestPointsToVolumes(TestCaseMixin, unittest.TestCase):
|
||||
def test_from_point_cloud(self, interp_mode="trilinear"):
|
||||
"""
|
||||
Generates a volume from a random point cloud sampled from faces
|
||||
of a 3D cube. Since each side of the cube is homogenously colored with
|
||||
of a 3D cube. Since each side of the cube is homogeneously colored with
|
||||
a different color, this should result in a volume with a
|
||||
predefined homogenous color of the cells along its borders
|
||||
predefined homogeneous color of the cells along its borders
|
||||
and black interior. The test is run for both cube and non-cube shaped
|
||||
volumes.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user