node-facenet icon indicating copy to clipboard operation
node-facenet copied to clipboard

Rewrite `facenet` pure JS version based on `tensorflow.js` so that we can run facenet in Browser natively!

Open huan opened this issue 7 years ago • 2 comments

Todo

  • [ ] implenment facenet & mtcnn alghorithm to JS
  • [ ] train in JS
  • [ ] build in purely js
  • [ ] modulize an angular module

See Also

  • Tensor Flow JS - https://js.tensorflow.org/
  • face-api.js - https://github.com/justadudewhohacks/face-api.js

huan avatar Oct 23 '18 04:10 huan

Hi, has there been any progress on this? Are there any major hardles in implementing facenet with tfjs as of today?

sziraqui avatar Mar 29 '19 09:03 sziraqui

@sziraqui Thank you for your attention.

You can have a look at face.js at https://github.com/justadudewhohacks/face-api.js, which is currently working very well with tfjs.

huan avatar Mar 29 '19 17:03 huan