reid from https://github.com/michuanhaohao/reid-strong-baseline
zhangmeng
2020-01-11 fe389ae00476e8aed1be85262be1dcb6ffc083d3
run.go
@@ -101,12 +101,12 @@
         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++ {
               s.fnLogger("REID~~~~~~extractor---human_feats------%f", feat[k+2000])
            }
            s.fnLogger("REID~~~~~~Run Reid Use GPU: ", s.gpu)
         }
         buf := float32SliceAsByteSlice(feat)
         c.Send(buf)