# Copyright (c) Alibaba, Inc. and its affiliates.
from .fcn_head import FCNHead
from .uper_head import UPerHead
__all__ = ['FCNHead', 'UPerHead']