Flutter for face recognition
do anyone know how to archieve this? I have been trying it with tensorflow lite but i always get "Interpreter has not been initialized" and im not getting more error messages. there are other lib that can do this work?…
do anyone know how to archieve this? I have been trying it with tensorflow lite but i always get "Interpreter has not been initialized" and im not getting more error messages. there are other lib that can do this work?…
I am trying to install face_recognition into my project and thus I am running the command 'pip install face_recognition' in the terminal, but I am having this error(I have installed cmake): in short : ERROR : Could not build wheels…
MacOS Catalina python version 3.8.2 Using opencv for real time face detection I tried. 'from simple_facerec import SimpleFacerec' returns : no module named 'simple_facerec' I tried pip3 install cmake --> pip3 install dlib --> pip3 install face_recognition to no avail.…