nvidia.dali.experimental.dynamic.color_space_conversion#
- nvidia.dali.experimental.dynamic.color_space_conversion(input, /, *, batch_size=None, device=None, image_type, output_type)#
Converts between various image color models.
This operator allows sequence inputs and supports volumetric data.
- Supported backends
‘cpu’
‘gpu’
- Parameters:
input¶ (Tensor/Batch ('FDHWC', 'FHWC', 'DHWC', 'HWC')) – Input to the operator.
- Keyword Arguments:
image_type¶ (
nvidia.dali.types.DALIImageType) – The color space of the input image.output_type¶ (
nvidia.dali.types.DALIImageType) – The color space of the output image.