Confusion in docs, Can we use Face Models in NodeJS for finding similarities and matches ? #137
-
Can we use this in the NodeJS backend for finding face matches and similarities?I found docs a little confusing as I want to build a system that will check an image match or similarity against all images I have in the database. It is mentioned twice in docs that face models are not supported in NodeJS as of now, but still, they are used in NodeJS demo, can I use face models to create face image search and identity system? Screenshots of docs: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I'll update docs when I'm back in ~10 days. The required function for that last piece of functionality was just implemented in |
Beta Was this translation helpful? Give feedback.
-
docs are updated. note that latest list of open issues is always listed in <TODO.md> |
Beta Was this translation helpful? Give feedback.
I'll update docs when I'm back in ~10 days.
This used to be true, now all models work in
NodeJS
and only missing functionality is advanced face rotation correction.The required function for that last piece of functionality was just implemented in
tfjs-node
package so that should also be enabled in the next version of Human in about ~2 weeks.