Skip to content

Commit 6c75da0

Browse files
committed
Updated database and added training images
1 parent 873a21b commit 6c75da0

File tree

148 files changed

+129930
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+129930
-10
lines changed

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,4 @@ fabric.properties
7070
# Android studio 3.1+ serialized cache file
7171
.idea/caches/build_file_checksums.ser
7272

73-
# our project
74-
Attendance/
75-
training_images/
76-
unknown_images/
77-
files/trainer.yml
78-
trainer.yml
73+
# our project

.idea/attendance-system.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ID,Name,Date,Time
2+
1,Aslam,2020-03-11,19:43:49

files/student_details.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ ID,Name
1818
,
1919
,
2020
0,Test
21+
1,Aslam

files/trainer.yml

Lines changed: 129922 additions & 0 deletions
Large diffs are not rendered by default.

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88

99
# input live stream from a recorder
10-
INPUT_VIDEO = "http://192.168.1.100:8080/video"
10+
# INPUT_VIDEO = "http://192.168.1.100:8080/video"
1111

1212
# input from saved video
1313
# INPUT_VIDEO = "video.avi"
1414

1515
# input from a device attached to computer
16-
# INPUT_VIDEO = 0 # or -1 if 0 doesn't work
16+
INPUT_VIDEO = 0 # or -1 if 0 doesn't work
1717

1818

1919
# creating the title bar function
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)