Views
No views yet
| Method | N | PA-MVE (mm) ↓ |
|---|---|---|
| SMPLest-X H (published SoTA) | 500 | 124.5 |
| SMPLer-X L32 | 500 | 133.4 |
| v5 + SMPLest-X init (this model) | 396 | 109.7 |
| v5 (heatmap fitter, no init) | 500 | 140.4 |
| Path | Iter | Notes |
|---|---|---|
v5/iter_150000.pth | 150000 | Released heatmap-only model (the headline). Full training checkpoint (state_dict + optimizer). |
v6 (adds a per-landmark depth head for a 3D-aware fitter) is in training and not yet released here.
1git clone https://github.com/initialneil/sapiens-omni-600.git omni_pose
2cd omni_pose && bash install/setup.sh
3
4hf download initialneil/sapiens-omni-600 v5/iter_150000.pth --local-dir data/checkpoints/omni600
5
6python scripts/eval/run_omni_pose_agora.py \
7 --config configs/omni_pose/bedlam2/sapiens_0.6b-omni600-bedlam2-1024x768.py \
8 --checkpoint data/checkpoints/omni600/v5/iter_150000.pth \
9 --n 500 --out tmp/omni_pose_v5