Git Product home page Git Product logo

Comments (5)

vladmandic avatar vladmandic commented on June 1, 2024

two quick questions:

  • which backend are you using in browser? webgl or wasm?
  • which version of @tensorflow/tfjs-node are you using on the server?
  • how are you loading faceapi in the browser? next.js is notorious for trying to do everything using server-side-rendering.

"Sometimes the server does not detect a face in the photos passed, or does not approve a match."

can you elaborate on this? perhaps provide example of image that is processed on both sides and actual results you're getting?
some difference is expected since precision of math operations in browser and in nodejs does vary by a tiny fraction, but it should not be that significant.

from face-api.

dancherb avatar dancherb commented on June 1, 2024

Hey Vladimir, thanks for reaching out.

which backend are you using in browser? webgl or wasm?

I'm not completely sure what this is referring to - there isn't an explicit reference to either of these in the code. The sample I gave pretty much covers it - besides importing the package import * as faceapi from '@vladmandic/face-api';. I can see that @tensorflow/tfjs-backend-webgl does appear in our package-lock.json.

which version of @tensorflow/tfjs-node are you using on the server?

4.2.0

how are you loading faceapi in the browser? next.js is notorious for trying to do everything using server-side-rendering.

All of the faceapi logic occurs after the component is mounted, so it is all occurring on the client side.

can you elaborate on this? perhaps provide example of image that is processed on both sides and actual results you're getting?
some difference is expected since precision of math operations in browser and in nodejs does vary by a tiny fraction, but it should not be that significant.

Yes, a sample could ge a good idea - I'll look into creating this.

But I found that when calculating the euclideanDistance, the client could say 0.66 but the server could say 0.64. If our threshold for a "pass" was 0.65, this meant inconsistent results. And yes, sometimes when we passed the exact same photo to the server it didn't detect a face at all.

from face-api.

vladmandic avatar vladmandic commented on June 1, 2024

Difference between 0.64 and 0.66 might be due to node VS browser math precision differences, but if you can provide examples I can take a look.

from face-api.

vladmandic avatar vladmandic commented on June 1, 2024

any updates?

from face-api.

vladmandic avatar vladmandic commented on June 1, 2024

closing due to inactivity, can be reopened if new information is provided.

from face-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.