From 7e13db9c4330d4e158ae7403ecd37726336ee676 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期六, 11 一月 2020 18:13:35 +0800 Subject: [PATCH] debug --- run.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.go b/run.go index 3dbbc62..b87525e 100644 --- a/run.go +++ b/run.go @@ -215,8 +215,8 @@ imgW, imgH := int(i.Width), int(i.Height) ret := f.handle.TrackerResize(imgW, imgH, nc.index) f.fnLogger("ResizeFaceTracker: cid: ", msg.Cid, " chan: ", nc.index, " wXh: ", imgW, "x", imgH, " result:", ret) - go f.detectTrackOneChn(c, out) - c.msg <- msg + go f.detectTrackOneChn(nc, out) + nc.msg <- msg } } f.fnLogger("######run over batch images") -- Gitblit v1.8.0