run.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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")