pytorch3d.implicitron.models.renderer
- pytorch3d.implicitron.models.renderer.base
EvaluationMode
RenderSamplingMode
ImplicitronRayBundle
ImplicitronRayBundle.origins
ImplicitronRayBundle.directions
ImplicitronRayBundle.lengths
ImplicitronRayBundle.xys
ImplicitronRayBundle.camera_ids
ImplicitronRayBundle.camera_counts
ImplicitronRayBundle.bins
ImplicitronRayBundle.pixel_radii_2d
ImplicitronRayBundle.lengths
ImplicitronRayBundle.float_()
ImplicitronRayBundle.is_packed()
ImplicitronRayBundle.get_padded_xys()
RendererOutput
ImplicitFunctionWrapper
BaseRenderer
compute_3d_diagonal_covariance_gaussian()
approximate_conical_frustum_as_gaussians()
conical_frustum_to_gaussian()
- pytorch3d.implicitron.models.renderer.lstm_renderer
- pytorch3d.implicitron.models.renderer.multipass_ea
MultiPassEmissionAbsorptionRenderer
MultiPassEmissionAbsorptionRenderer.raymarcher_class_type
MultiPassEmissionAbsorptionRenderer.raymarcher
MultiPassEmissionAbsorptionRenderer.n_pts_per_ray_fine_training
MultiPassEmissionAbsorptionRenderer.n_pts_per_ray_fine_evaluation
MultiPassEmissionAbsorptionRenderer.stratified_sampling_coarse_training
MultiPassEmissionAbsorptionRenderer.stratified_sampling_coarse_evaluation
MultiPassEmissionAbsorptionRenderer.append_coarse_samples_to_fine
MultiPassEmissionAbsorptionRenderer.density_noise_std_train
MultiPassEmissionAbsorptionRenderer.return_weights
MultiPassEmissionAbsorptionRenderer.blurpool_weights
MultiPassEmissionAbsorptionRenderer.sample_pdf_eps
MultiPassEmissionAbsorptionRenderer.forward()
- pytorch3d.implicitron.models.renderer.ray_point_refiner
- pytorch3d.implicitron.models.renderer.ray_sampler
RaySamplerBase
AbstractMaskRaySampler
AbstractMaskRaySampler.image_width
AbstractMaskRaySampler.image_height
AbstractMaskRaySampler.sampling_mode_training
AbstractMaskRaySampler.sampling_mode_evaluation
AbstractMaskRaySampler.n_pts_per_ray_training
AbstractMaskRaySampler.n_pts_per_ray_evaluation
AbstractMaskRaySampler.n_rays_per_image_sampled_from_mask
AbstractMaskRaySampler.n_rays_total_training
AbstractMaskRaySampler.stratified_point_sampling_training
AbstractMaskRaySampler.stratified_point_sampling_evaluation
AbstractMaskRaySampler.cast_ray_bundle_as_cone
AbstractMaskRaySampler.forward()
AdaptiveRaySampler
NearFarRaySampler
compute_radii()
- pytorch3d.implicitron.models.renderer.ray_tracing
RayTracing
RayTracing.object_bounding_sphere
RayTracing.sdf_threshold
RayTracing.line_search_step
RayTracing.line_step_iters
RayTracing.sphere_tracing_iters
RayTracing.n_steps
RayTracing.n_secant_steps
RayTracing.forward()
RayTracing.sphere_tracing()
RayTracing.ray_sampler()
RayTracing.secant()
RayTracing.minimal_sdf_points()
- pytorch3d.implicitron.models.renderer.raymarcher
RaymarcherBase
AccumulativeRaymarcherBase
AccumulativeRaymarcherBase.surface_thickness
AccumulativeRaymarcherBase.bg_color
AccumulativeRaymarcherBase.replicate_last_interval
AccumulativeRaymarcherBase.background_opacity
AccumulativeRaymarcherBase.density_relu
AccumulativeRaymarcherBase.blend_output
AccumulativeRaymarcherBase.capping_function_type
AccumulativeRaymarcherBase.weight_function_type
AccumulativeRaymarcherBase.__post_init__()
AccumulativeRaymarcherBase.forward()
EmissionAbsorptionRaymarcher
CumsumRaymarcher
- pytorch3d.implicitron.models.renderer.rgb_net
- pytorch3d.implicitron.models.renderer.sdf_renderer
SignedDistanceFunctionRenderer
SignedDistanceFunctionRenderer.render_features_dimensions
SignedDistanceFunctionRenderer.object_bounding_sphere
SignedDistanceFunctionRenderer.ray_tracer
SignedDistanceFunctionRenderer.ray_normal_coloring_network_args
SignedDistanceFunctionRenderer.bg_color
SignedDistanceFunctionRenderer.soft_mask_alpha
SignedDistanceFunctionRenderer.ray_tracer_tweak_args()
SignedDistanceFunctionRenderer.create_ray_tracer()
SignedDistanceFunctionRenderer.requires_object_mask()
SignedDistanceFunctionRenderer.forward()