Skip to content

Instantly share code, notes, and snippets.

@n1ckfg
Last active June 5, 2018 14:29
Show Gist options
  • Save n1ckfg/4c747763a2cf4602836c3283fd03c924 to your computer and use it in GitHub Desktop.
Save n1ckfg/4c747763a2cf4602836c3283fd03c924 to your computer and use it in GitHub Desktop.
OpenPose Win shell script
@echo off
rem // basic
rem bin\OpenPoseDemo.exe
rem // recording
bin\OpenPoseDemo.exe --write_json %~dp0\record\
rem // basic hands and face, ~50% fps vs. body only
rem bin\OpenPoseDemo.exe --hand --face
rem // high precision mode, requires > 8GB VRAM
rem bin\OpenPoseDemo.exe --net_resolution "1312x736" --scale_number 4 --scale_gap 0.25
rem // 3D mode, requires > 1 camera
rem bin\OpenPoseDemo.exe --flir_camera --3d --number_people_max 1
@pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment