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

5 lines
108 B
Python

# Copyright (c) Alibaba, Inc. and its affiliates.
from .raw import SegSourceRaw
__all__ = ['SegSourceRaw']