Update README.md
Browse files
README.md
CHANGED
@@ -4,15 +4,20 @@ license: apache-2.0
|
|
4 |
|
5 |
# DeepLabCut - Human body pose estimation models
|
6 |
|
7 |
-
This repository contains weights for DeepLabCut human pose estimation
|
|
|
|
|
8 |
|
9 |
## Models
|
10 |
|
11 |
### RTMPose
|
12 |
|
13 |
-
Weights for RTMPose (Real-Time Multi-Person Pose Estimation based on MMPose) [2] are adapted from the snapshots released with
|
|
|
14 |
|
15 |
## References
|
16 |
|
17 |
-
1. Alexander Mathis, Pranav Mamidanna, Kevin M. Cury, Taiga Abe, Venkatesh N. Murthy, Mackenzie W. Mathis, Matthias Bethge.
|
18 |
-
|
|
|
|
|
|
4 |
|
5 |
# DeepLabCut - Human body pose estimation models
|
6 |
|
7 |
+
This repository contains weights for DeepLabCut [1] PyTorch models for human pose estimation. The following bodyparts
|
8 |
+
are predicted: `["nose", "left_eye", "right_eye", "left_ear", "right_ear", "left_shoulder", "right_shoulder", "left_elbow", "right_elbow",
|
9 |
+
"left_wrist", "right_wrist", "left_hip", "right_hip", "left_knee", "right_knee", "left_ankle", "right_ankle"]`
|
10 |
|
11 |
## Models
|
12 |
|
13 |
### RTMPose
|
14 |
|
15 |
+
Weights for RTMPose (Real-Time Multi-Person Pose Estimation based on MMPose) [2] are adapted from the snapshots released with
|
16 |
+
the RTMPose models, trained on 7 public human pose estimation benchmarks.
|
17 |
|
18 |
## References
|
19 |
|
20 |
+
1. Alexander Mathis, Pranav Mamidanna, Kevin M. Cury, Taiga Abe, Venkatesh N. Murthy, Mackenzie W. Mathis, Matthias Bethge.
|
21 |
+
DeepLabCut: markerless pose estimation of user-defined body parts with deep learning. In Nature Neuroscience, 21, 1281–1289 (2018).
|
22 |
+
3. Tao Jiang, Peng Lu, Li Zhang, Ningsheng Ma, Rui Han, Chengqi Lyu, Yining Li, Kai Chen. RTMPose: Real-Time Multi-Person Pose
|
23 |
+
Estimation based on MMPose. ArXiv, abs/2303.07399, 2023.
|