mirror of https://github.com/alibaba/EasyCV.git
8 lines
225 B
Python
8 lines
225 B
Python
|
# Copyright (c) Alibaba, Inc. and its affiliates.
|
||
|
from easycv.utils import Registry
|
||
|
|
||
|
DATASOURCES = Registry('datasource')
|
||
|
DATASETS = Registry('dataset')
|
||
|
DALIDATASETS = Registry('dalidataset')
|
||
|
PIPELINES = Registry('pipeline')
|