GPU render by default + doc updated

This commit is contained in:
gineshidalgo99
2017-06-22 14:59:22 -04:00
parent c26ea6d4f9
commit 72a1f5f6e6
9 changed files with 66 additions and 12 deletions
@@ -101,7 +101,7 @@ DEFINE_int32(part_to_show, 0, "Part to show from the s
DEFINE_bool(disable_blending, false, "If blending is enabled, it will merge the results with the original frame. If disabled, it"
" will only display the results.");
// OpenPose Rendering Pose
DEFINE_int32(render_pose, 1, "Set to 0 for no rendering, 1 for CPU rendering (slightly faster), and 2 for GPU rendering"
DEFINE_int32(render_pose, 2, "Set to 0 for no rendering, 1 for CPU rendering (slightly faster), and 2 for GPU rendering"
" (slower but greater functionality, e.g. `alpha_X` flags). If rendering is enabled, it will"
" render both `outputData` and `cvOutputData` with the original image and desired body part"
" to be shown (i.e. keypoints, heat maps or PAFs).");