From 84171fea33e983a956ab362b606a69805495318d Mon Sep 17 00:00:00 2001
From: Scheaven <xuepengqiang>
Date: 星期二, 27 七月 2021 17:35:32 +0800
Subject: [PATCH] up timer

---
 src/core/ari_manager.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/core/ari_manager.cpp b/src/core/ari_manager.cpp
index f6db85e..4f81d92 100644
--- a/src/core/ari_manager.cpp
+++ b/src/core/ari_manager.cpp
@@ -57,10 +57,7 @@
 
     // cv::imshow("img",image0);
     // cv::waitKey(0);
-    Timer timer;
-    timer.reset();
     this->detector->detect(batch_img, batch_res);
-    timer.out("detect");
 
     t_result.targets = (Target*)malloc(sizeof(Target)*batch_res[0].size());
     // 灏嗙畻娉曠粨鏋滆浆鍖栦负鏍囧噯鐨勬牸寮忥紙浠ョ洰鏍囨娴嬩负渚嬶級

--
Gitblit v1.8.0