Skip to content

Real time human pose estimation

Notifications You must be signed in to change notification settings

niallmcl/Human-Pose-Estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Human-Pose-Estimation

This project implements real-time human pose estimation on the CPU or GPU.

Each person's bounding box is first estimated using open-CV. The bounding box is then passed to a CNN which performs pose estimation in 2D and 3D. The CNN was trained using multi-task training, on the H36M and MPII human pose datasets to perform both 3D and 2D human pose estimation.

This code will perform pose estimation in 'real-time' ~15fps on an Intel i7 laptop CPU. The bottleneck is the bounding box estimation, rather than the CNN.

Requirements

Pytorch OpenCV

Note - this code was written for Pytorch 0.4

About

Real time human pose estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages