Leonardo6's picture
Add files using upload-large-folder tool
7dce762 verified
# Copyright (c) OpenMMLab. All rights reserved.
from .dataset_wrappers import ConcatDataset
from .mapillary import MapillaryDataset # noqa: F401,F403
from .nyu_depth_v2 import NYUDepthV2Dataset # noqa: F401,F403
from .pipelines import * # noqa: F401,F403
__all__ = [
'MapillaryDataset', 'NYUDepthV2Dataset', 'ConcatDataset'
]