Cathy0908 4c1b3145e6
[feature] add segmentation modules (#71)
* add segmentation module & add ResNetV1c & ResNetV1d & add benchmark
2022-05-31 20:19:17 +08:00

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']