Spaces:
Runtime error
Runtime error
| # Copyright (c) OpenMMLab. All rights reserved. | |
| import warnings | |
| from estimator.registry import MODELS | |
| def build_model(cfg): | |
| """Build backbone.""" | |
| return MODELS.build(cfg) |