We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ea548 commit bd7e6cfCopy full SHA for bd7e6cf
attendance_opencv_2.0.py
@@ -40,8 +40,8 @@
40
video_capture = cv2.VideoCapture(0)
41
42
# 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"
+database_folder = "database1"
+csv_file = "store1.csv"
45
46
# Store the faceencodings and names of the people in the database
47
known_face_encodings = []
0 commit comments