mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 18:53:52 +08:00
6 lines
164 B
Python
6 lines
164 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
from .encoding import Encoding
|
|
from .wrappers import Upsample, resize
|
|
|
|
__all__ = ['Upsample', 'resize', 'Encoding']
|