Monocular Human Pose Estimation,ONNX Models and Quantization

By VijayPrakash
 Computer Vision  HPE ONNX Quantization

HPE Estimation

Human Pose Estimation


Human Pose Estimation (HPE)— an image processing task which finds the configuration of a subject’s joints and body parts in an image.When tackling human pose estimation, we need to be able to detect a person in the image and estimate the configuration of his joins (or keypoints).

  • It represents the orientation of a person in a graphical format. Essentially, it is a set of coordinates …

Read more