RehabTools
NOTES · REHABTOOLS COLLECTION

OpenPose Demo

Find the OpenPose quick-start resources and practical notes from testing the demonstration software.

ArchiveOriginally published: Not establishedEditorial review: 20 Sep 2026Maintainer: RehabTools · Ross Allan Clark & collaborators

Editorial review covers presentation and historical context, not full scientific validation or current hardware compatibility.

The OpenPose demo is great:
https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/demo_quick_start.md#faq
 
https://github.com/CMU-Perceptual-Computing-Lab/openpose/releases
 
The following is relevant to my computer. It’s now very simple to test and save data from openpose.
  1. Open PowerShell
  2. Type this in to set the correct directory:
PS D:\DOWNLOADS BACKUP> CD "d:\DOWNLOADS BACKUP\OPENPOSE"
  1. Type this in to run openpose on the webcam
PS D:\DOWNLOADS BACKUP\OPENPOSE> bin\OpenPoseDemo.exe
  1. If you want to save the skeleton data to a json file type this:
bin\OpenPoseDemo.exe --write_json output_jsons/
 
A description of the json file format is here:
https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/output.md#pose-output-format-body_25
 
**To close it you need to close the powershell itself.
 

Keep exploring

Learning resources →Research figures →Publications & abstracts →