michalfaber/keras_Realtime_Multi-Person_Pose_Estimation
A Keras implementation of real-time multi-person human pose estimation based on the 2017 CVPR paper.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This repository provides a Keras implementation of a deep learning model for estimating human body keypoints (pose) in images and videos. It converts the original Caffe model to Keras format and removes the dependency on an external C++ server for faster, simpler deployment. The implementation detects multiple people’s poses simultaneously in real-time.