zhangmeng
2019-12-23 bdc6e0e72d85325822515d6f54c6c072897a6a99
update
1个文件已修改
4 ■■■■ 已修改文件
main.go 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
main.go
@@ -36,8 +36,8 @@
)
func init() {
    flag.StringVar(&role, "role", roleMaster, "run process role master/slave, default single")
    flag.StringVar(&runType, "sdk", util.FeatAll, "run sdk type, face/facedetect/facecompare/yolo,etc.")
    flag.StringVar(&role, "role", roleMaster, "run process role master/slave, default master")
    flag.StringVar(&runType, "sdk", util.FeatAll, "run sdk type, facedetect/yolo,etc.")
    flag.StringVar(&id, "id", util.FakeSdkID, "sdk id as ipc label")
    flag.StringVar(&configPath, util.ConfigPath, "", "sdk config file path")