The world's simplest facial recognition api for Python and the command line
-
Updated
Dec 4, 2021 - Python
Hi
when I do classification with the pretrained vggface2 model, how do I match a probability to a name? do you have a list of labels for the trained model?
Thanks
Add a description, image, and links to the face-recognition topic page so that developers can more easily learn about it.
To associate your repository with the face-recognition topic, visit your repo's landing page and select "manage topics."
I've ran into this issue for a couple hours and I ended up editing the dist library adding two new functions called
fetchVideo
andbufferToVideo
that works pretty much like thefetchImage
andbufferToImage
functions.I'll leave it here to help somebody else with the same issue and in case someone wants to include it on future releases.
face-api.js