DNN - Human Pose
Human pose estimation will estimate the skeletal pose of the human body and/or hand(s) depending on the model and mode. Some models also support multi-person or multi-hand estimation.
See Deep Learning in OpenCV for information about supported frameworks and supported layers.
Some tested models with parameters:
| Model | Config | Mode | Size (W x H) | Mean | Scale | RGB |
|---|---|---|---|---|---|---|
| OpenPose COCO model | OpenPose COCO config | COCO | 368 x 368 | 0, 0, 0 | 0.00392 | false |
| OpenPose MPII model | OpenPose MPII config | MPII | 368 x 368 | 0, 0, 0 | 0.00392 | false |
| OpenPose Hand model | OpenPose Hand config | HAND | 368 x 368 | 0, 0, 0 | 0.00392 | false |