mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
* init * upsample v1.0 * fix errors * change to in_channels list * add unittest, docstring, norm/act config and rename Co-authored-by: xiexinch <test767803@foxmail.com>
5 lines
102 B
Python
5 lines
102 B
Python
from .fpn import FPN
|
|
from .multilevel_neck import MultiLevelNeck
|
|
|
|
__all__ = ['FPN', 'MultiLevelNeck']
|