__init__.py 397 Bytes
Newer Older
zhe chen's avatar
zhe chen committed
1
2
3
4
5
6
# --------------------------------------------------------
# InternImage
# Copyright (c) 2022 OpenGVLab
# Licensed under The MIT License [see LICENSE for details]
# --------------------------------------------------------

7
8
9
from .backbones import *  # noqa: F401,F403
from .dense_heads import *  # noqa: F401,F403
from .detectors import *  # noqa: F401,F403
zhe chen's avatar
zhe chen committed
10
from .utils import *  # noqa: F401,F403