eduardolundgren / eduardolundgren/tracking.js
After using face recognition ten minutes there will be an error
- Dominant language
- JavaScript
- Stars
- 9.5k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
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

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting tracking.Image.horizontalConvolve, especially the allocation of the Float32Array(width * height * 4), and reproduce the face-recognition workload for about ten minutes. Done means the reported Array buffer allocation failed error no longer occurs during sustained use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100