nvidia.dali.fn.experimental.decoders.image_random_crop#

nvidia.dali.fn.experimental.decoders.image_random_crop(__input, /, *, adjust_orientation=True, affine=True, bytes_per_sample_hint=[0], device_memory_padding=0, device_memory_padding_jpeg2k=0, dtype=DALIDataType.UINT8, host_memory_padding=0, host_memory_padding_jpeg2k=0, hw_decoder_load=0.9, hybrid_huffman_threshold=1000000, jpeg_fancy_upsampling=False, num_attempts=10, output_type=DALIImageType.RGB, preallocate_height_hint=0, preallocate_width_hint=0, preserve=False, random_area=[0.08, 1.0], random_aspect_ratio=[0.75, 1.333333], seed=-1, use_fast_idct=False, device=None, name=None)#

Warning

This operator is now deprecated. Use decoders.image_random_crop() instead.

Experimental features of the decoders have been moved to the main decoder module decoders, this is just an alias maintained for backward compatibility.

Alias for decoders.image_random_crop().