reid from https://github.com/michuanhaohao/reid-strong-baseline
554325746@qq.com
2020-02-04 ed038f1e3261af1bd98148afb893524908cc41ed
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 {