reid from https://github.com/michuanhaohao/reid-strong-baseline
554325746@qq.com
2020-03-25 b2500a8eb6665ce6efe0a7d954b6f101af83d7ec
debug
2个文件已修改
4 ■■■■ 已修改文件
rpc/recv.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
rpc/send.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
rpc/recv.go
@@ -59,7 +59,7 @@
                    i.Close()
                    r.fnLogger("SDK RECV:", r.ipcURL, "ERROR:", err)
                    i = r.createIPC(ctx, time.Hour, -1)
                    i = r.createIPC(ctx, 50*time.Millisecond, 20)
                    r.fnLogger("To Reid Recver CREATE SHM:", r.ipcURL)
                } else {
                    if d != nil {
rpc/send.go
@@ -66,7 +66,7 @@
                    i.Close()
                    s.fnLogger("SENDER To:", s.ipcURL, " ERROR: ", err)
                    i = s.createIPC(ctx, time.Hour, -1)
                    i = s.createIPC(ctx, 50*time.Millisecond, 20)
                    s.fnLogger("ANALYSIS SENDER CREATE SHM:", s.ipcURL)
                } else {
                    s.fnLogger("~~~~~~ shm send to reid len: ", len(d))