File size: 267 Bytes
e1e7af0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | """
Copyright (c) 2024 The DEIM Authors. All Rights Reserved.
"""
# for register purpose
from . import optim
from . import data
from . import rtv4
from .backbone import *
from .backbone import (
get_activation,
FrozenBatchNorm2d,
freeze_batch_norm2d,
) |