Face-Detection-JavaScript
Face-Detection-JavaScript copied to clipboard
Incredible, did you implement the forward propagation of a neural network using JavaScript?
Hi thanks for your sharing, but I don't know why this can't work. Could you help me? Any advice will be appreciate! **/script.js faceapi is not defined browser 'faceapi' is...
Just a simple clone with adding a dot before '/models' is not working. Always returns a null array.
const detections = await faceapi.detectAllFaces(video, new faceapi.TinyFaceDetectorOptions()).withFaceLandmarks() .withFaceExpressions() returns null array.   
face-api.min.js:1 Uncaught (in promise) Error: Failed to link vertex and fragment shaders. at Wr (face-api.min.js:1) at t.createProgram (face-api.min.js:1) at face-api.min.js:1 at face-api.min.js:1 at t.getAndSaveBinary (face-api.min.js:1) at t.compileAndRun (face-api.min.js:1) at t.conv2dWithIm2Row...
HI there, my chrome is unable to show the camera, i mean my camera is not opening on chrome.
diff --git a/js/jquery.mobile.js b/js/jquery.mobile.js index 6200fe6..3a4625c 100644 --- a/js/jquery.mobile.js +++ b/js/jquery.mobile.js @@ -19,12 +19,6 @@ define([ './jquery.mobile.listview.filter', './jquery.mobile.listview.autodividers', './jquery.mobile.nojs', - './jquery.mobile.forms.checkboxradio', - './jquery.mobile.forms.button', - './jquery.mobile.forms.slider', - './jquery.mobile.forms.textinput', - './jquery.mobile.forms.select.custom', -...