reid from https://github.com/michuanhaohao/reid-strong-baseline
zhangmeng
2020-01-16 e15f06954707abc5042a29664dbd71abdaea1be2
run.go
@@ -120,8 +120,11 @@
      postPush = `_1`
   )
   sndURL := s.ipc + postPush
   rcvURL := s.ipc + postPull
   ipcSnd := s.ipc + postPush
   ipcRcv := s.ipc + postPull
   sndURL := sdkhelper.GetIpcAddress(true, ipcSnd)
   rcvURL := sdkhelper.GetIpcAddress(true, ipcRcv)
   chSnd := make(chan []byte, 3)
   chRcv := make(chan []byte, 3)