Last active
June 5, 2018 14:29
-
-
Save n1ckfg/4c747763a2cf4602836c3283fd03c924 to your computer and use it in GitHub Desktop.
OpenPose Win shell script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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