派生自 libgowrapper/face

zhangmeng
2020-01-11 7e13db9c4330d4e158ae7403ecd37726336ee676
debug
1个文件已修改
4 ■■■■ 已修改文件
run.go 4 ●●●● 补丁 | 查看 | 原始文档 | 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")