()
| 36 | |
| 37 | @pytest.fixture() |
| 38 | def ma_dataset(): |
| 39 | cfg = read_plainconfig(os.path.join(TEST_DATA_DIR, "pose_cfg.yaml")) |
| 40 | cfg["project_path"] = TEST_DATA_DIR |
| 41 | cfg["dataset"] = "trimouse_train_data.pickle" |
| 42 | return PoseDatasetFactory.create(cfg) |
| 43 | |
| 44 | |
| 45 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected