p3nrose / VC2-OpenPose-Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VC2-OpenPose-Models

OpenPose is a real-time multi-person keypoint detection library that estimates keypoints for the body, face, hands, and feet.

Notice

The models/getBaseModels.bat script is currently non-functional due to server downtime. You can download the pre-trained models and manually copy them to the appropriate folder.

Compatibility

This has been tested with OpenPose v1.7.0. Here are the recommended downloads based on your system configuration:

If you encounter any issues with this version, consider using the latest version available: Latest OpenPose Releases

Additional Resources

In the OpenPose folder, refer to the Instructions.txt file for more information and guides.

The Quick Start Guide is a good place to begin.

Quick Start

Ubuntu and Mac

./build/examples/openpose/openpose.bin --video examples/media/video.avi

With face and hands

./build/examples/openpose/openpose.bin --video examples/media/video.avi --face --hand

Windows - Portable Demo

bin\OpenPoseDemo.exe --video examples\media\video.avi

With face and hands

bin\OpenPoseDemo.exe --video examples\media\video.avi --face --hand

Running on Webcam

Simply run the binary or executable without the --video or --image_dir parameters.

About