MCPcopy 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
7def 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_cfgFunction · 0.85

Tested by

no test coverage detected