reid from https://github.com/michuanhaohao/reid-strong-baseline
554325746@qq.com
2020-02-04 ed038f1e3261af1bd98148afb893524908cc41ed
remove to rule process ipc
1个文件已修改
2 ■■■ 已修改文件
run.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
run.go
@@ -66,7 +66,7 @@
}
// Create Reid
func Create(config string, typ, id string, gpu int, shm bool, ipc2Rule string, ruleMaxSize int, fn func(...interface{}), reserved map[string]interface{}) interface{} {
func Create(config string, typ, id string, gpu int, shm bool, fn func(...interface{}), reserved map[string]interface{}) interface{} {
    cfg, err := common.ReadConfig(config)
    if err != nil {