Peform crop on the bounding boxes given the offsets. Args: boxes (ndarray or None): bounding boxes to peform crop. The dimension is `num boxes` x 4. x_offset (int): cropping offset in the x axis. y_offset (int): cropping offset in the y axis. Returns:
(boxes, x_offset, y_offset)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected