Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ builder.py
File
builder.py
detrsmpl/core/post_processing/bbox/coder/builder.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Copyright (c) OpenMMLab. All rights reserved.
2
from
mmcv.utils
import
Registry, build_from_cfg
3
4
BBOX_CODERS = Registry(
'bbox_coder'
)
Callers
nothing calls this directly
Calls
1
Registry
Class · 0.85
Tested by
no test coverage detected