Face-Detection-JavaScript
Face-Detection-JavaScript copied to clipboard
the tensor should have xxxx values but has xxxx
I have everything as per youtube tutorial, still I get this error:
face-api.min.js:1 Uncaught (in promise) Error: Based on the provided shape, [1,1,256,256], the tensor should have 65536 values but has 39252
at D (face-api.min.js:1)
at Ge (face-api.min.js:1)
at e (face-api.min.js:1)
at jc (face-api.min.js:1)
at face-api.min.js:1
at Array.forEach (
Any suggestions?
are you using 'tinyfacedetector' ?
Maybe it will help somebody:
The error occurred when I started my local server with --spa, when removed it error gone