From 2d25b62b60da018412ed164b6fd29470498cea17 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 13 十二月 2019 12:27:39 +0800
Subject: [PATCH] update

---
 work/common.go |   23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)

diff --git a/work/common.go b/work/common.go
index b646ce2..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"
-)
-
-var (
-	SDK = []string{
-		YDetect,
-		FDetect,
-		FCompare,
-		PlateID,
-		// FtTract,
-		// FtOnly,
-	}
-)
-
 const mode = deliver.PushPull
 
 // MsgRS msg recv and snd

--
Gitblit v1.8.0