Jerry Jiarui XU b8f42c70fa
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']