From c404f7d36eb29728e8d9f3da25090bb4aff7c81f Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 06 十二月 2019 14:42:48 +0800 Subject: [PATCH] update --- sdk.proto | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/sdk.proto b/sdk.proto index f8a663c..8fcec05 100644 --- a/sdk.proto +++ b/sdk.proto @@ -171,15 +171,12 @@ } message HumanTrack { - int32 left = 1; - int32 right = 2; - int32 top = 3; - int32 bottom = 4; - float confidence = 5; - int32 x = 6; - int32 y = 7; - int32 id = 8; - repeated float feature = 9; + Rect rcHuman = 1; + float confidence = 2; + int32 x = 3; + int32 y = 4; + int32 id = 5; + repeated float feature = 6; } message HumanTrackResult { -- Gitblit v1.8.0