Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dlclibrary/dlcmodelzoo/modelzoo_urls_pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ superanimal_quadruped:
rtmpose_s: mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_rtmpose_s.pt

superanimal_humanbody:
detectors: {}
pose_models:
rtmpose_x: DeepLabCut/HumanBody/rtmpose-x_simcc-body7.pt
2 changes: 1 addition & 1 deletion dlclibrary/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# Licensed under GNU Lesser General Public License v3.0
#

__version__ = "0.0.9"
__version__ = "0.0.10"
VERSION = __version__
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="dlclibrary",
version="0.0.9",
version="0.0.10",
author="A. & M. Mathis Labs",
author_email="alexander@deeplabcut.org",
description="Lightweight library supporting universal functions for the DeepLabCut ecosystem",
Expand Down