Skip to content

Commit bd7e6cf

Browse files
committedJan 7, 2025
added path
1 parent a6ea548 commit bd7e6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎attendance_opencv_2.0.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
video_capture = cv2.VideoCapture(0)
4141

4242
# Specify the folder location and csv file location
43-
database_folder = "paste your database path or the file name if it exists in this projects directory"
44-
csv_file = "paste your csv file path or the file name if it exists in this projects directory"
43+
database_folder = "database1"
44+
csv_file = "store1.csv"
4545

4646
# Store the faceencodings and names of the people in the database
4747
known_face_encodings = []

0 commit comments

Comments
 (0)
Please sign in to comment.