From 1e42f12e5d822cef23c042fcc8d67f1e28336b30 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 2 Oct 2019 14:29:03 +0200 Subject: [PATCH] Update comment. --- scripts/examples/07-Face-Detection/face_recognition.py | 2 ++ 1 file changed, 2 insertions(+) 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