From 58a24b1c56d0d9db2aff1eedfb3ab79ea95718cb Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 28 六月 2017 11:22:39 +0800
Subject: [PATCH] modify proto

---
 FaceServer/face_daemon_proto.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/FaceServer/face_daemon_proto.h b/FaceServer/face_daemon_proto.h
index 6bc5689..1ac3a8a 100644
--- a/FaceServer/face_daemon_proto.h
+++ b/FaceServer/face_daemon_proto.h
@@ -55,7 +55,7 @@
 	int32_t st_id; // sensetime id
 	int16_t confidence; // 1000 times of float confidence
 	
-	FDP_FaceDetectResult(int32_t _db_id, int32_t _st_id) : db_id(_db_id), st_id(_st_id), confidence(0)
+	FDP_FaceDetectResult(int32_t _db_id, int32_t _st_id, int _confidence) : db_id(_db_id), st_id(_st_id), confidence(_confidence)
 	{}
 	
 	void hton();

--
Gitblit v1.8.0