From 43a25cfe285b11f88a4678cd94b929866b6fedc5 Mon Sep 17 00:00:00 2001 From: pansen <pansen626@sina.com> Date: 星期六, 26 一月 2019 14:08:02 +0800 Subject: [PATCH] # Type(<scope>): <subject> --- QiaoJiaSystem/StructureApp/YoloRpcElement.cpp | 18 +++++++----------- 1 files changed, 7 insertions(+), 11 deletions(-) diff --git a/QiaoJiaSystem/StructureApp/YoloRpcElement.cpp b/QiaoJiaSystem/StructureApp/YoloRpcElement.cpp index a56a7e7..31a2e2f 100644 --- a/QiaoJiaSystem/StructureApp/YoloRpcElement.cpp +++ b/QiaoJiaSystem/StructureApp/YoloRpcElement.cpp @@ -64,7 +64,7 @@ void YoloRpcElement::threadFunc() { - // ClockTimer ct("YoloRpcElement::threadFunc"); + // ClockTimer ct("YoloRpcElement::threadFunc"); triggerScoredRects.clear(); try { auto server = rpcClient.getServer(); @@ -79,17 +79,13 @@ { ERR(e.what()) } - int size=objs.size(); - if(size>30) - { +// int size=objs.size(); +// if(size>30) +// { -// cv::imshow("image", image); - -// cv::waitKey(); - - DBG("size="<<size); - return; - } +// DBG("size="<<size); +// return; +// } for (auto &obj: objs) { -- Gitblit v1.8.0