n-poulsen commited on
Commit
2e0e8b8
·
verified ·
1 Parent(s): 5f620bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # DeepLabCut - Human body pose estimation models
6
+
7
+ This repository contains weights for DeepLabCut human pose estimation models [1].
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 the RTMPose models, trained on 7 public human pose estimation benchmarks.
14
+
15
+ ## References
16
+
17
+ 1. Alexander Mathis, Pranav Mamidanna, Kevin M. Cury, Taiga Abe, Venkatesh N. Murthy, Mackenzie W. Mathis, Matthias Bethge. DeepLabCut: markerless pose estimation of user-defined body parts with deep learning. In Nature Neuroscience, 21, 1281–1289 (2018).
18
+ 2. Tao Jiang, Peng Lu, Li Zhang, Ningsheng Ma, Rui Han, Chengqi Lyu, Yining Li, Kai Chen. RTMPose: Real-Time Multi-Person Pose Estimation based on MMPose. ArXiv, abs/2303.07399, 2023.