From ce8c0f2b14dd1c657b6904415f0266d05372531f Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 24 五月 2019 15:20:49 +0800
Subject: [PATCH] add yolo obj
---
protomsg.proto | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/protomsg.proto b/protomsg.proto
index 692d8a9..24de0dc 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;
@@ -43,6 +44,12 @@
string password = 12;
string brand = 13;
string reserved = 14;
+}
+
+//鎽勫儚鏈虹殑浠诲姟淇℃伅
+message CameraAndTaskInfo {
+ Camera camera = 1;//鎽勫儚鏈轰俊鎭�
+ repeated Task tasks = 2;//浠诲姟鍒楄〃
}
//Task缁撴瀯浣�
@@ -188,8 +195,9 @@
int32 typ = 2;
float prob = 3;
}
+
// sdk face property
-message ParamFaceProperty{
+message ParamFacePos{
FacePos pos = 1;
Image img = 2;
}
@@ -198,3 +206,13 @@
bytes feat1 = 1;
bytes feat2 = 2;
}
+// sdk face property
+message ParamFaceProperty{
+ ThftResult result = 1;
+ Image img = 2;
+}
+// sdk yolo detect
+message ParamYoloObj{
+ repeated ObjInfo infos = 1;
+ Image img = 2;
+}
\ No newline at end of file
--
Gitblit v1.8.0