mmsegmentation/projects/dest/models/__init__.py

6 lines
175 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .dest_head import DESTHead
from .smit import SimplifiedMixTransformer
__all__ = ['SimplifiedMixTransformer', 'DESTHead']