Shortcuts

Source code for mmselfsup.datasets.builder

# Copyright (c) OpenMMLab. All rights reserved.
from mmselfsup.registry import DATASETS


[docs]def build_dataset(cfg): """Build dataset.""" return DATASETS.build(cfg)
Read the Docs v: latest
Versions
latest
stable
1.x
0.x
dev-1.x
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.