MCPcopy Create free account
hub / github.com/MultimediaTechLab/YOLO / file_stream_data_loader

Function file_stream_data_loader

tests/conftest.py:114–115  ·  view source on GitHub ↗
(inference_cfg: Config)

Source from the content-addressed store, hash-verified

112
113@pytest.fixture(scope="session")
114def file_stream_data_loader(inference_cfg: Config):
115 return StreamDataLoader(inference_cfg.task.data)
116
117
118@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

StreamDataLoaderClass · 0.90

Tested by

no test coverage detected