pyvale.render.result module¶
Renderer result containers.
- class RenderResult(images, output_paths=())[source]¶
Bases:
objectOutput from a three dimensional renderer.
- Parameters:
images (
np.ndarrayorNone) – Image stack with shape(num_frames, num_cameras, height, width, num_channels)and dtypeuint8orfloat32.Noneis used by file only backends.output_paths (
tuple[Path,], optional) – Paths written by a backend that persists rendered images.
- images¶
- output_paths¶
- __init__(images, output_paths=())¶