From 495ffcdad0027be02d5fc82825e08f36b6a53b90 Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期二, 24 三月 2020 15:11:24 +0800 Subject: [PATCH] 整理代码缩小收发缓存大小节省内存 --- csrc/reid.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csrc/reid.cpp b/csrc/reid.cpp index f894176..3b34bf4 100644 --- a/csrc/reid.cpp +++ b/csrc/reid.cpp @@ -11,8 +11,8 @@ ,start_(false) { if(init(gpu_index, module_path) < 0){ - throw std::runtime_error("init swscale error"); - } + throw std::runtime_error("init swscale error"); + } } reid::~reid() -- Gitblit v1.8.0