SegFormer/mmseg/ops/__init__.py
2021-06-13 00:32:37 +08:00

5 lines
116 B
Python
Executable File

from .encoding import Encoding
from .wrappers import Upsample, resize
__all__ = ['Upsample', 'resize', 'Encoding']