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