SegFormer/mmseg/ops/__init__.py

5 lines
116 B
Python
Raw Normal View History

2021-06-13 00:32:37 +08:00
from .encoding import Encoding
from .wrappers import Upsample, resize
__all__ = ['Upsample', 'resize', 'Encoding']