mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
8 lines
234 B
Python
8 lines
234 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
from easycv.utils.registry import Registry
|
|
|
|
DATASOURCES = Registry('datasource')
|
|
DATASETS = Registry('dataset')
|
|
DALIDATASETS = Registry('dalidataset')
|
|
PIPELINES = Registry('pipeline')
|