nvidia.dali.experimental.dynamic.ssd_random_crop#
- nvidia.dali.experimental.dynamic.ssd_random_crop(input_0, input_1, input_2, /, *, batch_size=None, device=None, num_attempts=None, seed=None, rng=None)#
Warning
This operator is now deprecated. Use
random_bbox_crop()instead.Performs a random crop with bounding boxes where Intersection Over Union (IoU) meets a randomly selected threshold between 0-1.
When the IoU falls below the threshold, a new random crop is generated up to num_attempts. As an input, the operator accepts image, bounding boxes and labels. At the output cropped image, cropped and valid bounding boxes and valid labels are returned.
- Supported backends
‘cpu’
- Parameters:
- Keyword Arguments: