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