Views
No views yet
rtmpose_h36m.pth — checkpoint (state_dict + ema_state_dict)rtmpose-l_8xb256-420e_h36m-384x288.py — MMPose training/inference config| Architecture | RTMPose-l (CSPNeXt-l + RTMCCHead, SimCC) |
| Input size | 384x288 |
| Keypoints | 17 (COCO layout) |
| Dataset | Human36mCocoDataset, h36m_train_coco_10fps.json |
| Initialised from | rtmpose-l_simcc-aic-coco_pt-aic-coco_420e-384x288-97d6cb0f_20230228.pth |
| Epoch | 104 (best coco/AP of that run; 420-epoch schedule stopped early) |
coco/AP on h36m_test_coco_10fps.json | 0.9667 |
| Training run | rtmpose-l_8xb256-420e_h36m-384x288_20250409_090631, seed 21 |
1from mmpose.apis import init_model
2
3model = init_model(
4 "rtmpose-l_8xb256-420e_h36m-384x288.py",
5 "rtmpose_h36m.pth",
6 device="cuda:0",
7)