MohamedRashad's picture
Add skin and tokenizer systems with parsing and tokenization functionalities
11b119e
raw
history blame contribute delete
162 Bytes
from pointcept.utils.registry import Registry
DATASETS = Registry("datasets")
def build_dataset(cfg):
"""Build datasets."""
return DATASETS.build(cfg)