ttxskk
update
d7e58f0
raw
history blame
144 Bytes
from mmcv.utils import Registry
CAMERAS = Registry('cameras')
def build_cameras(cfg):
"""Build cameras."""
return CAMERAS.build(cfg)