diff --git a/scripts/examples/07-Face-Detection/face_recognition.py b/scripts/examples/07-Face-Detection/face_recognition.py index 9f5624a67..8a514664a 100644 --- a/scripts/examples/07-Face-Detection/face_recognition.py +++ b/scripts/examples/07-Face-Detection/face_recognition.py @@ -4,6 +4,8 @@ # Before running the example: # 1) Download the AT&T faces database http://www.cl.cam.ac.uk/Research/DTG/attarchive/pub/data/att_faces.zip # 2) Exract and copy the orl_faces directory to the SD card root. +# +# NOTE: This is just a PoC implementation of the paper mentioned above, it does Not work well in real life conditions. import sensor, time, image