nemo_curator.stages.interleaved.utils.image_utils

View as Markdown

Module Contents

Functions

NameDescription
image_bytes_to_arrayDecode image bytes to RGB numpy array for OpenCV.

API

nemo_curator.stages.interleaved.utils.image_utils.image_bytes_to_array(
image_bytes: bytes,
row_index: collections.abc.Hashable | None = None
) -> numpy.ndarray | None

Decode image bytes to RGB numpy array for OpenCV.