视频分析2.0 多进程拆分仓库
zhangmeng
2019-05-06 e4f567f656cc8b5e1e8f96722ca78d0a09333eb8
analysis/proc.go
@@ -15,7 +15,7 @@
   imageChan := make(chan service.ImageInfo)
   d := service.NewReciever(ipcURL, imageChan)
   go d.Run()
   go d.Run(false)
   if proc == "" {
      d.Stop()