From b089e092a8eb6bb0980f9dd46c7cd9fcf7849d13 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期三, 26 六月 2019 11:34:28 +0800 Subject: [PATCH] nothing --- sdk.proto | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/sdk.proto b/sdk.proto index 3a8b26d..13aa84b 100644 --- a/sdk.proto +++ b/sdk.proto @@ -61,16 +61,17 @@ message ParamFacePos{ repeated ResultFaceDetect faces = 1; } -message ParamFaceFeature{ - repeated bytes feats = 1; + +message ResultFaceExtCom{ + bytes feats = 1; + bytes comp = 2; + ResultFaceDetect pos = 3; } -// sdk face extract -message ParamFaceCompare{ - bytes feat1 = 1; - bytes feat2 = 2; +message ParamFaceFeature{ + repeated ResultFaceExtCom extComp = 2; } // sdk yolo detect message ParamYoloObj{ repeated ObjInfo infos = 1; -} \ No newline at end of file +} -- Gitblit v1.8.0