nvidia.dali.fn.jitter — NVIDIA DALI (original) (raw)

nvidia.dali.fn.jitter(__input, /, *, bytes_per_sample_hint=[0], fill_value=0.0, interp_type=DALIInterpType.INTERP_NN, mask=1, nDegree=2, preserve=False, seed=-1, device=None, name=None)#

Performs a random Jitter augmentation.

The output images are produced by moving each pixel by a random amount, in the x and y dimensions, and bounded by half of the nDegree parameter.

Supported backends

Parameters:

__input (TensorList ( 'HWC' )) – Input to the operator.

Keyword Arguments: