reid from https://github.com/michuanhaohao/reid-strong-baseline
zhangmeng
2020-01-19 54521e1c57ec88f3dc1e31d2fcc435ed76afa848
add log back to humantrack result feature
1个文件已修改
3 ■■■■ 已修改文件
run.go 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 {