From 08934fb19f2c3ef366a5983cfd3927f2806e92d1 Mon Sep 17 00:00:00 2001 From: Jaap de Ruyter van Steveninck <32810691+deruyter92@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:31:14 +0200 Subject: [PATCH 1/2] Update topviewmouse model urls (including rtmpose and bigger hrnet/resnet variants) --- dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml b/dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml index 18f4cc4..6b5d711 100644 --- a/dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml +++ b/dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml @@ -13,7 +13,11 @@ superanimal_topviewmouse: fasterrcnn_resnet50_fpn_v2: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_fasterrcnn_resnet50_fpn_v2.pt pose_models: hrnet_w32: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_hrnet_w32.pt + hrnet_w48: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_hrnet_w48.pt resnet_50: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_resnet_50.pt + resnet_101: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_resnet_101.pt + rtmpose_s: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_rtmpose_s.pt + rtmpose_x: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_rtmpose_x.pt superanimal_quadruped: detectors: From 74e779f4ffb2f1c0b23771c5823341e0233a3d2a Mon Sep 17 00:00:00 2001 From: Jaap de Ruyter van Steveninck <32810691+deruyter92@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:53:25 +0200 Subject: [PATCH 2/2] add rtmpose and missing resnet models for superanimal quadruped dataset --- dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml b/dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml index 6b5d711..201dc4f 100644 --- a/dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml +++ b/dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml @@ -17,6 +17,7 @@ superanimal_topviewmouse: resnet_50: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_resnet_50.pt resnet_101: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_resnet_101.pt rtmpose_s: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_rtmpose_s.pt + rtmpose_m: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_rtmpose_m.pt rtmpose_x: mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_rtmpose_x.pt superanimal_quadruped: @@ -26,8 +27,12 @@ superanimal_quadruped: ssdlite: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_ssdlite.pt pose_models: hrnet_w32: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_hrnet_w32.pt + hrnet_w48: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_hrnet_w48.pt resnet_50: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_resnet_50.pt + resnet_101: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_resnet_101.pt rtmpose_s: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_rtmpose_s.pt + rtmpose_m: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_rtmpose_m.pt + rtmpose_x: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_rtmpose_x.pt superanimal_humanbody: detectors: {}