File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,16 @@ superanimal_bird:
99
1010superanimal_topviewmouse :
1111 detectors :
12- fasterrcnn_resnet50_fpn_v2 : mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/detector.pt
12+ fasterrcnn_mobilenet_v3_large_fpn : mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_fasterrcnn_mobilenet_v3_large_fpn.pt
13+ fasterrcnn_resnet50_fpn_v2 : mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_fasterrcnn_resnet50_fpn_v2.pt
1314 pose_models :
14- hrnet_w32 : mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/pose_model.pth
15+ hrnet_w32 : mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_hrnet_w32.pt
16+ resnet_50 : mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse/superanimal_topviewmouse_resnet_50.pt
1517
1618superanimal_quadruped :
1719 detectors :
18- fasterrcnn_resnet50_fpn_v2 : mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/detector.pt
20+ fasterrcnn_mobilenet_v3_large_fpn : mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_fasterrcnn_mobilenet_v3_large_fpn.pt
21+ fasterrcnn_resnet50_fpn_v2 : mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_fasterrcnn_resnet50_fpn_v2.pt
1922 pose_models :
20- hrnet_w32 : mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/pose_model.pth
23+ hrnet_w32 : mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_hrnet_w32.pt
24+ resnet_50 : mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped/superanimal_quadruped_resnet_50.pt
Original file line number Diff line number Diff line change 99# Licensed under GNU Lesser General Public License v3.0
1010#
1111
12- __version__ = "0.0.7 "
12+ __version__ = "0.0.6 "
1313VERSION = __version__
Original file line number Diff line number Diff line change 1515
1616setuptools .setup (
1717 name = "dlclibrary" ,
18- version = "0.0.7 " ,
18+ version = "0.0.6 " ,
1919 author = "A. & M. Mathis Labs" ,
20202121 description = "Lightweight library supporting universal functions for the DeepLabCut ecosystem" ,
You can’t perform that action at this time.
0 commit comments