MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / build_sampler

Function build_sampler

detrsmpl/core/post_processing/bbox/samplers/builder.py:7–9  ·  view source on GitHub ↗

Builder of box sampler.

(cfg, **default_args)

Source from the content-addressed store, hash-verified

5
6
7def build_sampler(cfg, **default_args):
8 """Builder of box sampler."""
9 return build_from_cfg(cfg, BBOX_SAMPLERS, default_args)

Callers 3

__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90

Calls 1

build_from_cfgFunction · 0.85

Tested by

no test coverage detected