__init__.py 482 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
10
11
from .backbones import *  # noqa: F401,F403
from .decode_heads import *  # noqa: F401,F403
from .losses import *  # noqa: F401,F403
from .plugins import *  # noqa: F401,F403
from .segmentors import *  # noqa: F401,F403
zhe chen's avatar
zhe chen committed
12
from .utils import *  # noqa: F401,F403