diff --git a/scripts/face_recognition.py b/scripts/face_recognition.py index 746842a..6d5c9fa 100644 --- a/scripts/face_recognition.py +++ b/scripts/face_recognition.py @@ -67,7 +67,7 @@ def get_images_and_labels(path): # Perform the tranining recognizer.train(images, np.array(labels)) -# Append the images with the extension .sad into image_paths +# Append the images with the extension .sad into image paths image_paths = [os.path.join(path, f) for f in os.listdir(path) if f.endswith('.sad')] for image_path in image_paths: diff --git a/testing.sql b/testing.sql new file mode 100644 index 0000000..15875eb --- /dev/null +++ b/testing.sql @@ -0,0 +1 @@ +select * from teja \ No newline at end of file