face-api.js icon indicating copy to clipboard operation
face-api.js copied to clipboard

Uncaught in (Promise) TypeError: Cannot read properties of undefined (reading "detection')

Open mf1989 opened this issue 2 years ago • 1 comments

Anyone get this error while moving face/head around?

Screenshot_128

mf1989 avatar Jan 19 '23 16:01 mf1989

It means it stopped recognizing a face. You can catch it through an: if (!detection) { }

blancoek avatar Feb 16 '23 02:02 blancoek