Skip to content

Commit 677c7bf

Browse files
committed
added superanimal models for DLC 2.0
1 parent f9733a3 commit 677c7bf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

dlclibrary/dlcmodelzoo/modelzoo_download.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"superanimal_quadruped_dlcrnet",
3232
"superanimal_topviewmouse_hrnetw32",
3333
"superanimal_quadruped_hrnetw32",
34+
"superanimal_topviewmouse", # DeepLabCut 2.X backwards compatibility
35+
"superanimal_quadruped", # DeepLabCut 2.X backwards compatibility
3436
]
3537

3638

dlclibrary/dlcmodelzoo/modelzoo_urls.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ superanimal_topviewmouse_hrnetw32:
3535
superanimal_quadruped_hrnetw32:
3636
- mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/pose_model.pth
3737
- mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/detector.pt
38+
39+
# DeepLabCut 2.X backwards compatibility
40+
superanimal_topviewmouse: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/DLC_ma_supertopview5k_resnet_50_iteration-0_shuffle-1.tar.gz
41+
42+
# DeepLabCut 2.X backwards compatibility
43+
superanimal_quadruped: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped_DLC2/DLC_ma_superquadruped_resnet_50_iteration-0_shuffle-1.tar.gz

0 commit comments

Comments
 (0)