From a6136f19ff7a250a3369b7ceeb641bd6c9b9f28d Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期三, 24 六月 2020 10:37:56 +0800 Subject: [PATCH] sdkRun add confidence --- protomsg.proto | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index 3908c2c..82dd00a 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -64,6 +64,7 @@ string ipc_id = 1; string sdk_type = 2; bool isSourceImg = 3; + int32 confidence = 4; } -- Gitblit v1.8.0