dangminh214's picture
Clean initial commit (no large files, no LFS pointers)
b26e93d
raw
history blame contribute delete
441 Bytes
"""
Copied from RT-DETR (https://github.com/lyuwenyu/RT-DETR)
Copyright(c) 2023 lyuwenyu. All Rights Reserved.
"""
from ._transforms import (
ConvertBoxes,
ConvertPILImage,
EmptyTransform,
Normalize,
PadToSize,
RandomCrop,
RandomHorizontalFlip,
RandomIoUCrop,
RandomPhotometricDistort,
RandomZoomOut,
Resize,
SanitizeBoundingBoxes,
)
from .container import Compose
from .mosaic import Mosaic