dangminh214's picture
Clean initial commit (no large files, no LFS pointers)
b26e93d
raw
history blame contribute delete
311 Bytes
"""
Copied from RT-DETR (https://github.com/lyuwenyu/RT-DETR)
Copyright(c) 2023 lyuwenyu. All Rights Reserved.
"""
from .arch import *
#
from .backbone import *
from .backbone import (
FrozenBatchNorm2d,
freeze_batch_norm2d,
get_activation,
)
from .criterion import *
from .postprocessor import *