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();