From d8d2bc7b4cf8e4a1f2b2a325d2ca02f0eb409d9c Mon Sep 17 00:00:00 2001 From: zhangmeng <zhangmeng@aiotlink.com> Date: 星期四, 19 十二月 2019 16:25:24 +0800 Subject: [PATCH] up --- work/common.go | 23 ----------------------- 1 files changed, 0 insertions(+), 23 deletions(-) diff --git a/work/common.go b/work/common.go index 8381c8f..30a0653 100644 --- a/work/common.go +++ b/work/common.go @@ -6,29 +6,6 @@ "basic.com/pubsub/protomsg.git" ) -const ( - FDetect = "FaceDetect" - // FExtract = "FaceExtract" - // FProperty = "FaceProperty" - FCompare = "FaceCompare" - FtTract = "FaceTrack" - FtDetect = "FaceTrackDetect" - FtOnly = "FaceTrackOnly" - YDetect = "Yolo" - PlateID = "Plate" - HumanTrack = "HumanTrack" -) - -var ( - SDK = []string{ - YDetect, - FDetect, - FCompare, - PlateID, - HumanTrack, - } -) - const mode = deliver.PushPull // MsgRS msg recv and snd -- Gitblit v1.8.0