This document summarizes recent techniques for human pose estimation and classification from images and videos. It discusses the following:
1. The main approaches for human pose estimation are generative, discriminative, top-down, and bottom-up. Generative models use a representation of the human body, while discriminative methods directly map inputs to poses.
2. Popular human body models include skeleton-based using joint positions, contour-based using silhouettes, and volume-based using 3D meshes.
3. Keypoint detection methods discussed are OpenPose, DeepCut, RMPE, and Mask RCNN. They detect body parts and connect them to estimate poses.
4. Benchmark datasets for