onescotch
add huggingface implementation
2de1f98
raw
history blame
No virus
238 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .transforms import (bbox_cs2xywh, bbox_xywh2cs, bbox_xywh2xyxy,
bbox_xyxy2xywh)
__all__ = ['bbox_xywh2xyxy', 'bbox_xyxy2xywh', 'bbox_xywh2cs', 'bbox_cs2xywh']