Face-Detection-JavaScript icon indicating copy to clipboard operation
Face-Detection-JavaScript copied to clipboard

Results 39 Face-Detection-JavaScript issues
Sort by recently updated
recently updated
newest added

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. ![FaceApi_Console](https://user-images.githubusercontent.com/87062256/179964094-bfe69727-aeb6-4236-b7d4-395529f1e86f.jpg) ![FaceApi_Backend_JS](https://user-images.githubusercontent.com/87062256/179964100-d2b15cd9-19fb-4213-bb97-df894279fb9e.jpg) ![FaceApi_Backend_html](https://user-images.githubusercontent.com/87062256/179964111-98eff6a9-5065-4e03-ab14-55a08f6c4971.jpg)

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', -...