Zhyever
refactor
1f418ff
raw
history blame
No virus
180 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
import warnings
from estimator.registry import MODELS
def build_model(cfg):
"""Build backbone."""
return MODELS.build(cfg)