CSAllenISD / 2023-ISP-SpyScreen

0 stars 0 forks source link

Fix deepFace.py to allow for detection of multiple faces #35

Open Drew-Eldridge opened 1 year ago

Drew-Eldridge commented 1 year ago

Right now deepFace.py is the file that opens webcam and detects a face and sees if it is the same face from the user.jpg file which we make using takePhoto.py. We need to make it so that it can detect multiple faces so that we can actually do the functionality that our product advertises.