eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.43k stars 1.44k forks source link

After using face recognition ten minutes there will be an error #262

Open BaoStorm opened 6 years ago

BaoStorm commented 6 years ago

After using face recognition ten minutes there will be an error

function is tracking.Image.horizontalConvolve code is var output = new Float32Array(width height 4); error is Array buffer allocation failed 931u by wjfar jo7 rk k

murat-aka commented 6 years ago

https://bugs.chromium.org/p/chromium/issues/detail?id=331660

Try destroying and restarting the tracker every 5mins.

https://developers.google.com/web/tools/chrome-devtools/memory-problems/