Spaces:
Running
on
Zero
Running
on
Zero
File size: 162 Bytes
f499d3b |
1 2 3 4 5 6 7 8 9 |
from pointcept.utils.registry import Registry
DATASETS = Registry("datasets")
def build_dataset(cfg):
"""Build datasets."""
return DATASETS.build(cfg)
|