raycv/model/registry.py
2020-09-26 17:48:26 +08:00

4 lines
103 B
Python

from util.registry import Registry
MODEL = Registry("model")
NORMALIZATION = Registry("normalization")