Closed danies8 closed 3 years ago
Faceapi uses very lightweight and quite old way of determining face descriptors. My other algorithms have improved since.
I've modernized FaceAPI
(and your link is correct), but ML models are still pretty dated by today's standard.
A year ago I started writing new library from scratch and by now it supersedes FaceAPI
in pretty much everything:
https://github.com/vladmandic/human
Thank you very much -:)
Hi, I used this face-api.js (https://github.com/justadudewhohacks/face-api.js) and I have to load 10000 images when the node server is loaded for future comparison operations. This the function that I load when server is loaded, it take 0.5 second to one picture, how can I improve it ?
return new faceapi.FaceMatcher(labeledFaceDescriptors) }**