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

Method render

nerf_runner.py:1176–1201  ·  view source on GitHub ↗

Render rays Args: H: int. Height of image in pixels. W: int. Width of image in pixels. K: float. Focal length of pinhole camera. chunk: int. Maximum number of rays to process simultaneously. Used to control maximum memory usage. Does not affect final results.

(self, rays, ray_ids=None, frame_ids=None,depth=None,lindisp=False,perturb=False,raw_noise_std=0.0, get_normals=False, near=None, far=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

render_imagesMethod · 0.95
train_loopMethod · 0.95
update_render_meshMethod · 0.45

Calls 1

batchify_raysMethod · 0.95

Tested by

no test coverage detected