Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ttxskk
/
AiOS
like
23
Sleeping
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
main
AiOS
/
detrsmpl
/
core
/
cameras
/
builder.py
ttxskk
update
d7e58f0
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
144 Bytes
from
mmcv.utils
import
Registry
CAMERAS = Registry(
'cameras'
)
def
build_cameras
(
cfg
):
"""Build cameras."""
return
CAMERAS.build(cfg)