mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-14 11:26:24 +08:00
New raysamplers
Summary: New MultinomialRaysampler succeeds GridRaysampler bringing masking and subsampling. Correspondingly, NDCMultinomialRaysampler succeeds NDCGridRaysampler. Reviewed By: nikhilaravi, shapovalov Differential Revision: D33256897 fbshipit-source-id: cd80ec6f35b110d1d20a75c62f4e889ba8fa5d45
This commit is contained in:
committed by
Facebook GitHub Bot
parent
174738c33e
commit
3eb4233844
@@ -7,7 +7,7 @@
|
||||
from typing import Tuple
|
||||
|
||||
import torch
|
||||
from pytorch3d.renderer import RayBundle, ray_bundle_to_ray_points, HarmonicEmbedding
|
||||
from pytorch3d.renderer import HarmonicEmbedding, RayBundle, ray_bundle_to_ray_points
|
||||
|
||||
from .linear_with_repeat import LinearWithRepeat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user