reid from https://github.com/michuanhaohao/reid-strong-baseline
zhangmeng
2020-01-19 54521e1c57ec88f3dc1e31d2fcc435ed76afa848
run.go
@@ -181,6 +181,7 @@
         if len(res.Result) > 0 {
            if out, err := proto.Marshal(res); err == nil {
               msg.Tasklab.Sdkinfos[int(msg.Tasklab.Index)].Sdkdata = out
               s.fnLogger("reid !!!!!! Send To Humantrack Result Length:", len(out))
            }
         }
@@ -189,7 +190,7 @@
               s.fnLogger("reid !!!!!! proto.Marshal Failed To Marshal proto.SdkMessage")
               continue
            }
            s.fnLogger("reid !!!!!! Send To Humantrack Result Length:", len(data))
            // s.fnLogger("reid !!!!!! MSG Send Back To Humantrack Length:", len(data))
            chSnd <- data
         } else {