eduardolundgren / eduardolundgren/tracking.js

After using face recognition ten minutes there will be an error

Open
#262 1 comment 0 reactions 0 assignees View on GitHub
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
![931u by wjfar jo7 rk k](https://user-images.githubusercontent.com/8775449/33586548-cfac4572-d9a4-11e7-89cd-4d1f1a98b86d.png)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.