mirror of
https://github.com/open-mmlab/mmselfsup.git
synced 2025-06-03 14:59:38 +08:00
6 lines
141 B
Python
6 lines
141 B
Python
from openselfsup.utils import Registry
|
|
|
|
DATASOURCES = Registry('datasource')
|
|
DATASETS = Registry('dataset')
|
|
PIPELINES = Registry('pipeline')
|