Skip to content

(MKL CPU (Done) & OPENCL (Done) Version) OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation

License

Notifications You must be signed in to change notification settings

BroderickHigby/openpose

 
 

Repository files navigation

STAF Algorithm

This is a real-time live-demo of the STAF multi-person pose detection and tracker. Build instructions are similar to OpenPose as it is built of it's internal code.

cd models; sh getModels.sh

build/examples/openpose/openpose.bin --model_pose BODY_21A --tracking 1 --render_pose 1

Limitations

As explained in the paper, one limitation is that this method is unable to handle scene changes for now. It will require refreshing the state or rerunning the algorithm for a new scene. Also, due to the smaller capacity of the network, tiny people in close proximity is not handled as well as a deeper network with more weights. This is something to explore in the future as well

About

(MKL CPU (Done) & OPENCL (Done) Version) OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.2%
  • Cuda 5.7%
  • CMake 3.6%
  • Shell 1.7%
  • Python 0.6%
  • HCL 0.1%
  • Batchfile 0.1%