From af949b7ca42910f8efa00b031af20538f6ca43df Mon Sep 17 00:00:00 2001
From: suntianyu <xuepengqiang@aiotlink.com>
Date: 星期三, 28 七月 2021 10:50:59 +0800
Subject: [PATCH] bug

---
 src/detecter_tools/model.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/detecter_tools/model.h b/src/detecter_tools/model.h
index 5fd61ad..eb3adff 100644
--- a/src/detecter_tools/model.h
+++ b/src/detecter_tools/model.h
@@ -13,7 +13,7 @@
 #include <stdint.h>
 #include <string>
 #include <vector>
-#include "../utils/timer_utils.hpp"
+#include "../utils/time_util.h"
 #include "../config.h"
 #include "opencv2/opencv.hpp"
 
@@ -93,7 +93,7 @@
         22, 23, 24, 25, 27, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
         46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65,
         67, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90};
-    uint32_t m_BatchSize = 10;
+    uint32_t m_BatchSize = 1;
     nvinfer1::INetworkDefinition* m_Network;
     nvinfer1::IBuilder* m_Builder ;
     nvinfer1::IHostMemory* m_ModelStream;

--
Gitblit v1.8.0