zhangmeng
2019-12-13 2d25b62b60da018412ed164b6fd29470498cea17
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