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

Function file_stream_data_loader_v7

tests/conftest.py:119–120  ·  view source on GitHub ↗
(inference_v7_cfg: Config)

Source from the content-addressed store, hash-verified

117
118@pytest.fixture(scope="session")
119def file_stream_data_loader_v7(inference_v7_cfg: Config):
120 return StreamDataLoader(inference_v7_cfg.task.data)
121
122
123@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

StreamDataLoaderClass · 0.90

Tested by

no test coverage detected