提交 8f462160 编写于 作者: G Gines Hidalgo

Fixed Python compiling issue

Signed-off-by: NGines Hidalgo <gineshidalgo99@gmail.com>
上级 a13b9631
...@@ -144,13 +144,13 @@ namespace op ...@@ -144,13 +144,13 @@ namespace op
// Pose configuration (use WrapperStructPose{} for default and recommended configuration) // Pose configuration (use WrapperStructPose{} for default and recommended configuration)
const op::WrapperStructPose wrapperStructPose{ const op::WrapperStructPose wrapperStructPose{
poseMode, netInputSize, outputSize, keypointScaleMode, FLAGS_num_gpu, FLAGS_num_gpu_start, poseMode, netInputSize, FLAGS_net_resolution_dynamic, outputSize, keypointScaleMode, FLAGS_num_gpu,
FLAGS_scale_number, (float)FLAGS_scale_gap, op::flagsToRenderMode(FLAGS_render_pose, multipleView), FLAGS_num_gpu_start, FLAGS_scale_number, (float)FLAGS_scale_gap,
poseModel, !FLAGS_disable_blending, (float)FLAGS_alpha_pose, (float)FLAGS_alpha_heatmap, op::flagsToRenderMode(FLAGS_render_pose, multipleView), poseModel, !FLAGS_disable_blending,
FLAGS_part_to_show, op::String(FLAGS_model_folder), heatMapTypes, heatMapScaleMode, FLAGS_part_candidates, (float)FLAGS_alpha_pose, (float)FLAGS_alpha_heatmap, FLAGS_part_to_show, op::String(FLAGS_model_folder),
(float)FLAGS_render_threshold, FLAGS_number_people_max, FLAGS_maximize_positives, FLAGS_fps_max, heatMapTypes, heatMapScaleMode, FLAGS_part_candidates, (float)FLAGS_render_threshold,
op::String(FLAGS_prototxt_path), op::String(FLAGS_caffemodel_path), FLAGS_number_people_max, FLAGS_maximize_positives, FLAGS_fps_max, op::String(FLAGS_prototxt_path),
(float)FLAGS_upsampling_ratio, enableGoogleLogging}; op::String(FLAGS_caffemodel_path), (float)FLAGS_upsampling_ratio, enableGoogleLogging};
opWrapper->configure(wrapperStructPose); opWrapper->configure(wrapperStructPose);
// Face configuration (use WrapperStructFace{} to disable it) // Face configuration (use WrapperStructFace{} to disable it)
const WrapperStructFace wrapperStructFace{ const WrapperStructFace wrapperStructFace{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册