simisimi
simisimi
@LoveEachDay I just signed the commit and check it's the latest with branch 1.1. Please check it!
I have the same issue and stuck with it. Did you fix that?
the gocv IMDecode causes memory leak, I face the same problem
for { t := time.Now() fmt.Println("start", t.String()) file := "./test.png" for i := 0; i < 100; i++ { mat := gocv.IMRead(file, gocv.IMReadColor) defer mat.Close() } sl := 60 *...
@swdee thanks, that's my bad, I've already solved the issue!