File size: 311 Bytes
b26e93d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"""
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 *