mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-12 12:20:22 +00:00
GPU render by default + doc updated
This commit is contained in:
@@ -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).");
|
||||
|
||||
Reference in New Issue
Block a user