mmsegmentation/mmseg/models/necks/__init__.py

4 lines
40 B
Python
Raw Normal View History

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