Read the statement by Michael Teeuw here.
MMM-Face-Reco-DNN
-
@Parvez you take pics, selfies, and u put the pics in a folder just for you (your ‘identity’), and then you run the script that processes the pics.
if there is another person, they do the same, and they have a separate folder, and then u run the script. -
but its do not work.
-
-
@Parvez what happens when u run the script?
Facial Recognition Embeddings After you set up your dataset, we need to go to the embeddings for the recognitions. I prepared a script for that. It took a while to run on my Macbook and will take much longer on a Raspberry Pi, so if possible, use it on a computer with more power and then transfer the resulting file. You will find a script called encode.py in folder tools of the module. The following arguments are default: python3 encode.py -i ../dataset/ -e encodings.pickle -d hog
linux us case sensitive… so Parvez is not the same as parvez
-
if any one make a vedio for me is very helpful . i will submit this project my university
-
@sdetweil said in MMM-Face-Reco-DNN:
python3 encode.py -i …/dataset/ -e encodings.pickle -d hog
how to run this script
-
-
-
@Parvez looks like it is trying to detect text in the images… don’t know why
https://raspberrypi.stackexchange.com/questions/89231/tesseract-ocr-4-x-beta-for-raspberry-pi
-
@Parvez dist-packages/cv2 seems pretty old… cv3 is current, cv4 is also out…