registry.py 115 Bytes
Newer Older
xinghao's avatar
xinghao committed
1
2
3
4
5
from ssd.utils.registry import Registry

BACKBONES = Registry()
BOX_HEADS = Registry()
BOX_PREDICTORS = Registry()