face-api.js
face-api.js copied to clipboard
Uncaught in (Promise) TypeError: Cannot read properties of undefined (reading "detection')
Anyone get this error while moving face/head around?
It means it stopped recognizing a face. You can catch it through an:
if (!detection) { }