node-facenet
node-facenet copied to clipboard
Rewrite `facenet` pure JS version based on `tensorflow.js` so that we can run facenet in Browser natively!
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
Hi, has there been any progress on this? Are there any major hardles in implementing facenet with tfjs as of today?
@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.