视频分析2.0 多进程拆分仓库
zhangmeng
2019-05-06 e4f567f656cc8b5e1e8f96722ca78d0a09333eb8
analysis/main.go
@@ -1,9 +1,9 @@
package main
import (
   "analysis/demo"
   "flag"
   "fmt"
   // "videoServer/demo"
)
var (
@@ -33,7 +33,7 @@
   // demo.Yolo(streamURL)
   // demo.CVDraw()
   // demo.RunYoloFromIPC(ipcURL)
   demo.RunYoloFromIPC(ipcURL, true)
   fakeStartProc()
}