-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to link vertex and fragment shaders #282
Comments
If can I update tensorflow to |
llSourcell/pose_estimation#9 |
This either is a problem with your machine (I think the tfjs team has a sample page somewhere, where you can check the capabilites related to the WebGL backend), or the problem is due to unaligned package versions. face-api.js is currently using @tensorflow/tfjs-core 1.0.3, so you should use this version. |
I got the same error. does you founded resolve to that? |
The error also occurs in our app, but only with chrome on older devices (8gb RAM, intel core i5 M 560 2.67 GHz). On the same devices it works with firefox. On new devices it works with chrome as well as with firefox. Then, I set |
@PutziSan new faceapi.TinyFaceDetectorOptions({
inputSize: 256, // this line solves 'Box.constructor - expected box to be IBoundingBox | IRect, instead ...'
scoreThreshold: 0.5,
}); I believe blow inputSize also works: |
Hi,
This didnt work for me. Is there any solution for Chrome ? |
I was having this error when running the html served in a node environment. Running it from traditional apache works fine. |
I import
"face-api.js": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/face-api.js/-/face-api.js-0.19.0.tgz", "integrity": "sha512-XbEIqqnLzlVIkvtLffFIl/Ltit3VAnJ1B3aFEc28pnkNVvqzJnBJbZVgbJ0JTvaafdSPJ5pFufC2t0KZJhwdpw==", "requires": { "@tensorflow/tfjs-core": "1.0.3", "tfjs-image-recognition-base": "^0.5.1", "tslib": "^1.9.3" }, "dependencies": { "tslib": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz", "integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==" } } },
but I got an error in chrome 70 in windows, as follows:
The text was updated successfully, but these errors were encountered: