Skip to content

Commit

Permalink
Merge pull request #27 from DeepLabCut/niels/modelzoo_superanimal_fix
Browse files Browse the repository at this point in the history
added superanimal models for DLC 2.0
  • Loading branch information
AlexEMG authored Jan 30, 2024
2 parents f9733a3 + 677c7bf commit d6332c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dlclibrary/dlcmodelzoo/modelzoo_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"superanimal_quadruped_dlcrnet",
"superanimal_topviewmouse_hrnetw32",
"superanimal_quadruped_hrnetw32",
"superanimal_topviewmouse", # DeepLabCut 2.X backwards compatibility
"superanimal_quadruped", # DeepLabCut 2.X backwards compatibility
]


Expand Down
6 changes: 6 additions & 0 deletions dlclibrary/dlcmodelzoo/modelzoo_urls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ superanimal_topviewmouse_hrnetw32:
superanimal_quadruped_hrnetw32:
- mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/pose_model.pth
- mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/detector.pt

# DeepLabCut 2.X backwards compatibility
superanimal_topviewmouse: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/DLC_ma_supertopview5k_resnet_50_iteration-0_shuffle-1.tar.gz

# DeepLabCut 2.X backwards compatibility
superanimal_quadruped: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped_DLC2/DLC_ma_superquadruped_resnet_50_iteration-0_shuffle-1.tar.gz

0 comments on commit d6332c2

Please sign in to comment.