谢昕辰 07cc26ae5a add upsample neck (#512)
* 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>
2021-04-24 21:22:09 -07:00

5 lines
102 B
Python

from .fpn import FPN
from .multilevel_neck import MultiLevelNeck
__all__ = ['FPN', 'MultiLevelNeck']