Skip to content

Commit 6082baf

Browse files
authored
Update README.md (#22)
1 parent de592ce commit 6082baf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Part of the [DeepLabCut Model Zoo Project](modelzoo.deeplabcut.org)
99

1010
Figures and data supporting Ye et al. 2023.
1111

12+
- iRodent: a new dataset of rodents in the wild. Used here for out-of-domain testing. See https://zenodo.org/record/8250392 for data and more information.
13+
- Models:
14+
- TopViewMouse, weights and model card are banked on HuggingFace: [https://huggingface.co/mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse](https://huggingface.co/mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse)
15+
- Quadruped 0.1 tensorflow version, weights and model card are banked on HuggingFace: [https://huggingface.co/mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped](https://huggingface.co/mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped)
16+
- Quadruped pytorch version, weights and model card are banked on HuggingFace: [https://huggingface.co/mwmathis/DeepLabCutModelZoo-SuperAnimal-Quadruped_pt](https://huggingface.co/mwmathis/SuperAnimal_Quadruped_pt)
17+
1218

1319
## Dependencies
1420

@@ -34,3 +40,17 @@ pip install -r requirements.txt
3440
primaryClass={cs.CV}
3541
}
3642
```
43+
44+
## Keypoint model diagrams
45+
46+
As part of SuperAnimal, we released two major classes of pose models, TopViewMouse and Quadruped. Here are their keypoint guides:
47+
48+
<p align="center">
49+
<img src="https://github.com/AdaptiveMotorControlLab/modelzoo-figures/blob/main/data/pose_skeleton_key_topviewmouse.png" width="33%">
50+
</p>
51+
52+
<p align="center">
53+
<img src="https://github.com/AdaptiveMotorControlLab/modelzoo-figures/blob/main/data/pose_skeleton_key_quadruped.png" width="43%">
54+
</p>
55+
56+

0 commit comments

Comments
 (0)