Flip bboxes horizontally or vertically. Args: bboxes (Tensor): Shape (..., 4*k) img_shape (tuple): Image shape. direction (str): Flip direction, options are "horizontal", "vertical", "diagonal". Default: "horizontal" Returns: Tensor: Flipped bbox
(bboxes, img_shape, direction='horizontal')
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected