MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / dlc_modelzoo_path

Function dlc_modelzoo_path

deeplabcut/modelzoo/utils.py:32–35  ·  view source on GitHub ↗

Returns: the path to the `modelzoo` folder in the DeepLabCut installation

()

Source from the content-addressed store, hash-verified

30
31
32def dlc_modelzoo_path() -> Path:
33 """Returns: the path to the `modelzoo` folder in the DeepLabCut installation"""
34 dlc_root_path = Path(get_deeplabcut_path())
35 return dlc_root_path / "modelzoo"
36
37
38def get_super_animal_project_cfg(super_animal: str) -> dict:

Callers 1

Calls 1

get_deeplabcut_pathFunction · 0.90

Tested by

no test coverage detected