File size: 101 Bytes
e198e1c
 
 
 
1
2
3
4
5
# Copyright (c) OpenMMLab. All rights reserved.
from .seg_head import SegHead

__all__ = ['SegHead']