From a10f7bf10c195421b089cda0c13f2195c614cb80 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 06 一月 2020 14:45:04 +0800 Subject: [PATCH] remove .so --- 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