registry.py 98 Bytes
Newer Older
1
2
3
from mmdet.utils import Registry

DATASETS = Registry('dataset')
4
PIPELINES = Registry('pipeline')