mmsegmentation/projects/isnet/decode_heads/__init__.py

4 lines
59 B
Python

from .isnet_head import ISNetHead
__all__ = ['ISNetHead']