mmsegmentation/mmseg/ops/__init__.py
Junjun2016 441be4e435
[Dcos] Add header for files (#796)
* Add header for files

* Delete header in config files
2021-08-16 23:16:55 -07:00

6 lines
164 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .encoding import Encoding
from .wrappers import Upsample, resize
__all__ = ['Upsample', 'resize', 'Encoding']