MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / ma_dataset

Function ma_dataset

tests/test_pose_multianimal_imgaug.py:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37@pytest.fixture()
38def 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(

Callers

nothing calls this directly

Calls 2

read_plainconfigFunction · 0.90
createMethod · 0.45

Tested by

no test coverage detected