Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ttxskk
/
AiOS
like
22
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
6a8b994
AiOS
/
detrsmpl
/
core
/
post_processing
/
builder.py
ttxskk
update
d7e58f0
4 months ago
raw
Copy download link
history
blame
Safe
193 Bytes
from
mmcv.utils
import
Registry
POST_PROCESSING = Registry(
'post_processing'
)
def
build_post_processing
(
cfg
):
"""Build post processing function."""
return
POST_PROCESSING.build(cfg)