HumanSD / mmpose /datasets /__init__.py
liyy201912's picture
Upload folder using huggingface_hub
cc0dd3c
raw
history blame
306 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .builder import build_dataset
from .dataset_wrappers import CombinedDataset
from .datasets import * # noqa
from .samplers import MultiSourceSampler
from .transforms import * # noqa
__all__ = ['build_dataset', 'CombinedDataset', 'MultiSourceSampler']