mirror of https://github.com/alibaba/EasyCV.git
7 lines
312 B
Python
7 lines
312 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
from . import (classification, detection, face, pose, segmentation, selfsup,
|
|
shared)
|
|
from .builder import build_dali_dataset, build_dataset
|
|
from .loader import DistributedGroupSampler, GroupSampler, build_dataloader
|
|
from .registry import DATASETS
|