Skip to content

Commit 2e5ac1d

Browse files
authored
Merge pull request #34 from DeepLabCut/MMathisLab-human
adding human rtmpose model to dlc model zoo
2 parents 570ee20 + fce41df commit 2e5ac1d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

dlclibrary/dlcmodelzoo/modelzoo_urls.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#Model Zoo from HuggingFace
1313
full_human: mwmathis/DeepLabCutModelZoo-DLC_human_fullbody_resnet_101/DLC_human_dancing_resnet_101_iteration-0_shuffle-1.tar.gz
14+
# full_human is a legacy model (as of June 2025)
1415

1516
full_cat: AlexEMG/DeepLabCutModelZoo-cat/DLC_Cat_resnet_50_iteration-0_shuffle-0.tar.gz
1617

dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ superanimal_quadruped:
2424
hrnet_w32: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_hrnet_w32.pt
2525
resnet_50: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_resnet_50.pt
2626
rtmpose_s: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_rtmpose_s.pt
27+
28+
superanimal_humanbody:
29+
pose_models:
30+
rtmpose_x: DeepLabCut/HumanBody/rtmpose-x_simcc-body7.pt

tests/test_pytorch_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
("superanimal_bird", ["ssdlite"]),
2222
("superanimal_topviewmouse", ["fasterrcnn_resnet50_fpn_v2"]),
2323
("superanimal_quadruped", ["fasterrcnn_resnet50_fpn_v2"]),
24+
("superanimal_humanbody", ["rtmpose_x"]),
2425
]
2526
)
2627
def test_get_super_animal_detectors(data: tuple[str, list[str]]):

0 commit comments

Comments
 (0)