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

6 lines
289 B
Python

# Copyright (c) Alibaba, Inc. and its affiliates.
from . import classification, detection, pose, segmentation, selfsup, shared
from .builder import build_dali_dataset, build_dataset
from .loader import DistributedGroupSampler, GroupSampler, build_dataloader
from .registry import DATASETS