mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30: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
@@ -16,7 +16,7 @@ class TestRaymarching(TestCaseMixin, unittest.TestCase):
|
||||
n_rays=10, n_pts_per_ray=9, device="cuda", dtype=torch.float32
|
||||
):
|
||||
"""
|
||||
Generate a batch of ray points with features, densities, and z-coodinates
|
||||
Generate a batch of ray points with features, densities, and z-coordinates
|
||||
such that their EmissionAbsorption renderring results in
|
||||
feature renders `features_gt`, depth renders `depths_gt`,
|
||||
and opacity renders `opacities_gt`.
|
||||
|
||||
Reference in New Issue
Block a user