nvidia.dali.experimental.dynamic.bb_flip#
- nvidia.dali.experimental.dynamic.bb_flip(input, /, *, batch_size=None, device=None, horizontal=None, ltrb=None, vertical=None)#
Flips bounding boxes horizontally or vertically (mirror).
The bounding box coordinates for the input are in the [x, y, width, height] -
xywhor [left, top, right, bottom] -ltrbformat. All coordinates are in the image coordinate system, that is 0.0-1.0- Supported backends
‘cpu’
‘gpu’
- Parameters:
input¶ (Tensor/Batch) – Input to the operator.
- Keyword Arguments: