From 811a37e81c7c9d6621c7cfe096d79f9b4e5fd810 Mon Sep 17 00:00:00 2001 From: Tejakatta5 Date: Sun, 6 Oct 2024 11:44:15 +0530 Subject: [PATCH 1/2] testing --- scripts/face_recognition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 40e00671018c2d96b831ce5480739f456a42f7a8 Mon Sep 17 00:00:00 2001 From: Tejakatta5 Date: Sun, 6 Oct 2024 11:49:02 +0530 Subject: [PATCH 2/2] new file have added --- testing.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing.sql 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