MCPcopy Create free account
hub / github.com/dcharatan/flowmap / get_frame_sampler

Function get_frame_sampler

flowmap/frame_sampler/__init__.py:15–16  ·  view source on GitHub ↗
(cfg: FrameSamplerCfg)

Source from the content-addressed store, hash-verified

13
14
15def get_frame_sampler(cfg: FrameSamplerCfg) -> FrameSampler[Any]:
16 return FRAME_SAMPLER[cfg.name](cfg)

Callers 1

get_datasetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected