Keypoint Detection
ONNX
English
2d-human-pose-estimation
computer-vision
spinepose
spinetrack
saifkhichi96 commited on
Commit
793db50
·
verified ·
1 Parent(s): 3209ec9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ language:
20
 
21
  **SpinePose** is a family of 2D human pose estimation models trained to estimate a **37-keypoint skeleton**, extending standard human body models to include the **spine**, **pelvis**, and **feet** regions in detail.
22
 
23
- Four SpinePose variants (small, medium, large, and x-large) are available, with 0.72, 1.98, 4.22, and 17.37 GFLOPS respectively at inference time.
24
 
25
  ---
26
 
 
20
 
21
  **SpinePose** is a family of 2D human pose estimation models trained to estimate a **37-keypoint skeleton**, extending standard human body models to include the **spine**, **pelvis**, and **feet** regions in detail.
22
 
23
+ Four SpinePose variants (small, medium, large, and x-large) are available, with 0.72, 1.98, 4.22, and 17.37 GFLOPS respectively at inference time. V1 models were trained on the [SpineTrack dataset](https://huggingface.co/datasets/saifkhichi96/spinetrack) and V2 models were fine-tuned on the [SIMSPINE dataset](https://huggingface.co/datasets/dfki-av/simspine), published in our [CVSports @ CVPR 2025](https://huggingface.co/papers/2504.08110) and [CVPR 2026](https://huggingface.co/papers/2602.20792) papers, respectively.
24
 
25
  ---
26