From eef7e8abec04a87c9d1feabd02cdb885bd557e7b Mon Sep 17 00:00:00 2001 From: Gines Hidalgo Date: Sun, 10 Nov 2019 04:31:44 -0500 Subject: [PATCH] Fixed compiling error --- examples/tests/handFromJsonTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tests/handFromJsonTest.cpp b/examples/tests/handFromJsonTest.cpp index 16d8f54c..63bae44d 100644 --- a/examples/tests/handFromJsonTest.cpp +++ b/examples/tests/handFromJsonTest.cpp @@ -52,7 +52,7 @@ int handFromJsonTest() op::WrapperStructPose wrapperStructPose{ op::PoseMode::Disabled, op::flagsToPoint("656x368"), op::flagsToPoint("1280x720"), op::ScaleMode::InputResolution, FLAGS_num_gpu, FLAGS_num_gpu_start, 1, 0.15f, op::RenderMode::None, op::PoseModel::BODY_25, true, 0.f, 0.f, - 0, "models/", {}, op::ScaleMode::ZeroToOneAspectRatio, false, 0.05f, -1, false}; + 0, "models/", {}, op::ScaleMode::ZeroToOneFixedAspect, false, 0.05f, -1, false}; wrapperStructPose.modelFolder = op::String(FLAGS_model_folder); // Hand configuration (use op::WrapperStructHand{} to disable it) const op::WrapperStructHand wrapperStructHand{ -- GitLab