houxiao
2017-06-28 58a24b1c56d0d9db2aff1eedfb3ab79ea95718cb
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();