Spaces:
Runtime error
Runtime error
File size: 180 Bytes
1f418ff | 1 2 3 4 5 6 7 8 | # Copyright (c) OpenMMLab. All rights reserved.
import warnings
from estimator.registry import MODELS
def build_model(cfg):
"""Build backbone."""
return MODELS.build(cfg) |