From 59fdbeb8f1be899f712c9a507cbc8425aff8f39d Mon Sep 17 00:00:00 2001 From: suntianyu <xuepengqiang@aiotlink.com> Date: 星期三, 28 七月 2021 10:43:10 +0800 Subject: [PATCH] Merge branch '3090' of ssh://192.168.5.5:29418/Algorithm/baseDetector into 3090 --- demo.cpp | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/demo.cpp b/demo.cpp index 79ac900..d64c627 100644 --- a/demo.cpp +++ b/demo.cpp @@ -45,9 +45,10 @@ sr = get_result(handle, img, 0); TResult * t_result = (TResult*) sr; cout << "t_result->count==" << t_result->count << endl; - for (int i=0; i<t_result->count; i++){ + for (int i=0; i<t_result->count; i++) + { cout << "confidence:" << t_result->targets[i].confidence << endl; - draw_SDK_result(frame, t_result->targets[i]); + // draw_SDK_result(frame, t_result->targets[i]); } }else{ cout << "------------over--" << endl; -- Gitblit v1.8.0