__init__.py 346 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
from .core import *  # noqa: F401,F403
zhe chen's avatar
zhe chen committed
8
9
from .datasets import *  # noqa: F401,F403
from .models import *  # noqa: F401,F403