Jerry Jiarui XU 56f6941331 Add Semantic FPN (#94)
* Add Semantic FPN

* remove HRFPN
2020-09-03 19:56:36 +08:00

4 lines
40 B
Python

from .fpn import FPN
__all__ = ['FPN']