From efc9f6931df7c351c46795e54538ee68f0e89b7f Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 24 五月 2019 11:14:38 +0800
Subject: [PATCH] update facepos;
---
protomsg.proto | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/protomsg.proto b/protomsg.proto
index e8bfaa9..6040f32 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -7,6 +7,7 @@
int32 index = 3 ;
}
+//SdkMessage struct test
message SdkMessage {
string cid = 1;
TaskLabel tasklab = 2;
@@ -194,8 +195,9 @@
int32 typ = 2;
float prob = 3;
}
+
// sdk face property
-message ParamFaceProperty{
+message ParamFacePos{
FacePos pos = 1;
Image img = 2;
}
--
Gitblit v1.8.0