From ed5e1cb438885c152666a542dc0638b516399634 Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期五, 20 三月 2020 17:36:10 +0800
Subject: [PATCH] debug exposed by yolo humantrack

---
 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