mirror of
https://github.com/NVlabs/SegFormer.git
synced 2025-06-03 14:48:49 +08:00
5 lines
116 B
Python
5 lines
116 B
Python
|
from .encoding import Encoding
|
||
|
from .wrappers import Upsample, resize
|
||
|
|
||
|
__all__ = ['Upsample', 'resize', 'Encoding']
|