mirror of https://github.com/alibaba/EasyCV.git
5 lines
103 B
Python
5 lines
103 B
Python
|
# Copyright (c) Alibaba, Inc. and its affiliates.
|
||
|
from .fcn_head import FCNHead
|
||
|
|
||
|
__all__ = ['FCNHead']
|