# Copyright (c) OpenMMLab. All rights reserved. from .iou_loss import IoULoss, bbox_overlaps __all__ = ['IoULoss', 'bbox_overlaps']