reid from https://github.com/michuanhaohao/reid-strong-baseline
zhangmeng
2020-01-11 39abb180b64b0c01339e51dc3b9f9ac91ac116a4
debug split
1个文件已修改
2 ■■■ 已修改文件
run.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
run.go
@@ -101,7 +101,7 @@
            feat := s.handle.Extract2(unsafe.Pointer(&i.Data[0]), int(i.Width), int(i.Height), 3)
            if feat == nil {
                feat = make([]float32, 1)
                // feat = make([]float32, 1)
            } else {
                s.fnLogger("REID~~~~~~Run Reid Use GPU: ", s.gpu)
                for k := 0; k < 3; k++ {