Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- computer_vision
|
| 5 |
+
- pose_estimation
|
| 6 |
+
- animal_pose_estimation
|
| 7 |
+
- deeplabcut
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# DeepLabCut - Model Backbones
|
| 11 |
+
|
| 12 |
+
This repository contains backbone weights for [DeepLabCut](
|
| 13 |
+
https://github.com/DeepLabCut/DeepLabCut) models [1]. These weights are downloaded
|
| 14 |
+
automatically in DeepLabCut when a model architecture requiring them is used.
|
| 15 |
+
|
| 16 |
+
## Backbone Architectures
|
| 17 |
+
|
| 18 |
+
### CSPNeXt
|
| 19 |
+
|
| 20 |
+
The CSPNeXt backbone was first introduced in _RTMDet: An Empirical Study of Designing
|
| 21 |
+
Real-Time Object Detectors_ [2], and then used in _RTMPose: Real-Time Multi-Person Pose
|
| 22 |
+
Estimation based on MMPose_ [3]. These model weights are adapted from the [CSPNeXt
|
| 23 |
+
weights pre-trained on 7 public human pose estimation benchmarks](
|
| 24 |
+
https://github.com/open-mmlab/mmpose/tree/main/projects/rtmpose#pretrained-models)
|
| 25 |
+
released with the RTMPose models. Available variants are `CSPNeXT-s`, `CSPNeXT-m`, and
|
| 26 |
+
`CSPNeXT-x`.
|
| 27 |
+
|
| 28 |
+
## References
|
| 29 |
+
|
| 30 |
+
1. Alexander Mathis, Pranav Mamidanna, Kevin M. Cury, Taiga Abe, Venkatesh N. Murthy,
|
| 31 |
+
Mackenzie W. Mathis, Matthias Bethge. DeepLabCut: markerless pose estimation of
|
| 32 |
+
user-defined body parts with deep learning. In Nature Neuroscience, 21, 1281–1289
|
| 33 |
+
(2018).
|
| 34 |
+
2. Chengqi Lyu, Wenwei Zhang, Haian Huang, Yue Zhou, Yudong Wang, Yanyi Liu, Shilong
|
| 35 |
+
Zhang, Kai Chen. RTMDet: An Empirical Study of Designing Real-Time Object Detectors.
|
| 36 |
+
ArXiv, abs/2212.07784, 2022.
|
| 37 |
+
3. Tao Jiang, Peng Lu, Li Zhang, Ningsheng Ma, Rui Han, Chengqi Lyu, Yining Li, Kai
|
| 38 |
+
Chen. RTMPose: Real-Time Multi-Person Pose Estimation based on MMPose. ArXiv,
|
| 39 |
+
abs/2303.07399, 2023.
|