Bounding BoxesΒΆ BoundingBoxFormat(value[, names, module, ...]) Coordinate format of a bounding box. BoundingBoxes(data, *, format, canvas_size) torch.Tensor subclass for bounding boxes. BatchBoundingBoxes(data, *, format, ...[, ...]) torch.Tensor subclass for batch of bounding boxes. convert_batch_bboxes_to_bboxes(bboxes) Convert BatchBoundingBoxes object to a list of BoundingBoxes objects. convert_bboxes_to_batch_bboxes(bboxes) Convert a list of BoundingBoxes objects to a BatchBoundingBoxes object.