MCPcopy Create free account
hub / github.com/VITA-Group/INS / render_rays

Method render_rays

models/nerf_net.py:88–146  ·  view source on GitHub ↗

Volumetric rendering. Args: ray_o: origins of rays. [N_rays, 3] ray_d: directions of rays. [N_rays, 3] near: the minimal distance. [N_rays, 1] far: the maximal distance. [N_rays, 1] raw_noise_std: If True, add noise on raw output from nn

(self, rays_o, rays_d, near, far, viewdirs=None, stl_idx=None, raw_noise_std=0.,
        verbose=False, retraw = False, retpts=False, pytest=False, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected