Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zhyever
/
PatchFusion
like
58
Runtime error
App
Files
Files
Community
7
cc50525
PatchFusion
/
estimator
/
models
/
builder.py
Zhyever
refactor
1f418ff
10 months ago
raw
Copy download link
history
blame
Safe
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)