(inference_cfg: Config)
| 122 | |
| 123 | @pytest.fixture(scope="session") |
| 124 | def directory_stream_data_loader(inference_cfg: Config): |
| 125 | inference_cfg.task.data.source = "tests/data/images/train" |
| 126 | return StreamDataLoader(inference_cfg.task.data) |
nothing calls this directly
no test coverage detected