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

Function directory_stream_data_loader

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

Source from the content-addressed store, hash-verified

122
123@pytest.fixture(scope="session")
124def directory_stream_data_loader(inference_cfg: Config):
125 inference_cfg.task.data.source = "tests/data/images/train"
126 return StreamDataLoader(inference_cfg.task.data)

Callers

nothing calls this directly

Calls 1

StreamDataLoaderClass · 0.90

Tested by

no test coverage detected