From b2500a8eb6665ce6efe0a7d954b6f101af83d7ec Mon Sep 17 00:00:00 2001
From: 554325746@qq.com <554325746@qq.com>
Date: 星期三, 25 三月 2020 11:31:41 +0800
Subject: [PATCH] debug

---
 csrc/reid.cpp |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/csrc/reid.cpp b/csrc/reid.cpp
index 462ff80..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()
@@ -125,9 +125,9 @@
         }
     }
 
-    for (int k = 0; k < 3; ++k) {
-        printf("--extractor---human_feats------%f",feature[k+2000]);
-    }
+    // for (int k = 0; k < 3; ++k) {
+    //     printf("--extractor---human_feats------%f",feature[k+2000]);
+    // }
 
     printf("\n\n\n\n\n----------------------------------------------------------------------------\n");
 

--
Gitblit v1.8.0