Skip to content

Instantly share code, notes, and snippets.

@n1ckfg
Created June 5, 2018 15:03
Show Gist options
  • Save n1ckfg/6eefa9dc0d3d641de1e209d12767275f to your computer and use it in GitHub Desktop.
Save n1ckfg/6eefa9dc0d3d641de1e209d12767275f to your computer and use it in GitHub Desktop.
OpenPose Ubuntu shell script
# basic
#./build/examples/openpose/openpose.bin
# recording
./build/examples/openpose/openpose.bin --write_json ./record/
# basic hands and face, ~50% fps vs. body only
#./build/examples/openpose/openpose.bin --hand --face
# high precision mode, requires > 8GB VRAM
#./build/examples/openpose/openpose.bin --net_resolution "1312x736" --scale_number 4 --scale_gap 0.25
# 3D mode, requires > 1 camera
#./build/examples/openpose/openpose.bin --flir_camera --3d --number_people_max 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment