Skip to content

Commit 3c0cb18

Browse files
authored
Merge pull request #41 from DeepLabCut/MMathisLab-patch-1
Update modelzoo_urls_pytorch.yaml
2 parents c0ab797 + 78ead5e commit 3c0cb18

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ superanimal_quadruped:
2626
rtmpose_s: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_rtmpose_s.pt
2727

2828
superanimal_humanbody:
29+
detectors: {}
2930
pose_models:
3031
rtmpose_x: DeepLabCut/HumanBody/rtmpose-x_simcc-body7.pt

dlclibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# Licensed under GNU Lesser General Public License v3.0
1010
#
1111

12-
__version__ = "0.0.9"
12+
__version__ = "0.0.10"
1313
VERSION = __version__

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="dlclibrary",
18-
version="0.0.9",
18+
version="0.0.10",
1919
author="A. & M. Mathis Labs",
2020
author_email="[email protected]",
2121
description="Lightweight library supporting universal functions for the DeepLabCut ecosystem",

0 commit comments

Comments
 (0)