mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
6 lines
175 B
Python
6 lines
175 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
from .dest_head import DESTHead
|
||
|
from .smit import SimplifiedMixTransformer
|
||
|
|
||
|
__all__ = ['SimplifiedMixTransformer', 'DESTHead']
|