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

Method forward

models/sampler.py:24–72  ·  view source on GitHub ↗

Generate sample points Args: rays_o: [N_rays, 3] origin points of rays rays_d: [N_rays, 3] directions of rays bounds: [N_rays, 2] near far boundary render_kwargs: other render parameters Return: pts: [N_rays, N_samples, 3] P

(self, rays_o, rays_d, bounds, **render_kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected