Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ build_bbox_coder
Function
build_bbox_coder
detrsmpl/core/post_processing/bbox/coder/builder.py:7–9 ·
view source on GitHub ↗
Builder of box coder.
(cfg, **default_args)
Source
from the content-addressed store, hash-verified
5
6
7
def
build_bbox_coder(cfg, **default_args):
8
""
"Builder of box coder."
""
9
return
build_from_cfg(cfg, BBOX_CODERS, default_args)
Callers
nothing calls this directly
Calls
1
build_from_cfg
Function · 0.85
Tested by
no test coverage detected