MCPcopy Create free account
hub / github.com/NVlabs/BundleSDF / render_rays

Method render_rays

nerf_runner.py:1014–1133  ·  view source on GitHub ↗

Volumetric rendering. Args: ray_batch: array of shape [batch_size, ...]. All information necessary for sampling along a ray, including: ray origin, ray direction, min dist, max dist, and unit-magnitude viewing direction, frame_ids. model: function. Model for predictin

(self,ray_batch,retraw=True,lindisp=False,perturb=False,raw_noise_std=0.,depth=None, get_normals=False, ray_ids=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

batchify_raysMethod · 0.95

Calls 9

get_truncationMethod · 0.95
run_networkMethod · 0.95
raw2outputsMethod · 0.95
transform_ptsFunction · 0.85
sample_rays_uniformFunction · 0.85
sample_pdfFunction · 0.85
get_matricesMethod · 0.80
ray_traceMethod · 0.80

Tested by

no test coverage detected