Skip to content
Open

Dev #53

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/face_recognition.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions testing.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
select * from teja