1
0
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 22:03:48 +08:00

4 lines
40 B
Python
Raw Normal View History

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