mmpretrain/projects/internimage_classification/models/__init__.py

5 lines
113 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .intern_image import InternImage
__all__ = ['InternImage']