mirror of https://github.com/alibaba/EasyCV.git
7 lines
221 B
Python
7 lines
221 B
Python
|
# Copyright (c) Alibaba, Inc. and its affiliates.
|
||
|
from . import data_sources # pylint: disable=unused-import
|
||
|
from . import pipelines # pylint: disable=unused-import
|
||
|
from .raw import SegDataset
|
||
|
|
||
|
__all__ = ['SegDataset']
|