-
Release v. 1.0
04/18/2021 at 15:04 • 0 commentsGuardMyPi version 1.0 is now live! After many hours on zoom (and coffee) the team have finalised the source code that can turn any Raspberry Pi and Camera into a robust security system!
https://github.com/phgelado/guardmypi/releases/tag/1.0 -
Gesture Recognition
03/24/2021 at 12:01 • 0 commentsSmile and wave ! Another method to unlock our system as you enter your residence is through gesture detection. Hand recognition by waving or holding your hand up the camera is also a method we can integrate into our code so the system knows all is well! It is also a potential method we are considering implementing in the locking function for our code (coming shortly!)
-
Facial Recognition
03/22/2021 at 20:10 • 0 commentsIt's been a mad couple of weeks! However, a quick update with our Facial Recognition software.
While its has been tricky to refine, there has been a lot of progress using facial recognition as one of the methods (other ways coming up!) to unlock the device when entering the premises. Using HAAR cascades for face detection and a trained Fisher Face algorithm, we have began to refine the facial recognition process in our system. Here is a quick screen grab from the latest test of our code.
-
Facial Recognition Classifier Training
03/05/2021 at 13:27 • 0 commentsAn essential part of the Guardmypi project is facial recognition allowing the system to distinguish between residents and intruders. The first method of facial recognition being tested utilises the HAAR Cascade, a machine learning-based approach where we have used many positive and negative photos to train the classifier. Running a more relaxed training model (see left, run time: 30mins) will allow the classifier to make more false positives during the training stages and allow for quicker model testing. Conversely, we have a stricter classifier training stage (see right run time 72+ hours) that will ideally train the model to have very few false alarms and ideally implemented in our final solution.
-
Human Detection
03/05/2021 at 13:19 • 0 commentsA glimpse of our human detection software in action! Using "You Only Look Once" (YOLO) pre-trained object detection models, we are able to detect when a human has entered the frame from a variety of distances and angles.
https://www.facebook.com/guardmypi/videos/478785569807010/
Cheer up Magnus your code works! :)
-
Motion Detection
03/05/2021 at 13:14 • 0 commentsA quick snippet of our motion detection software! This will act as a trigger for the system to engage the object classifier and facial recognition using YOLO and HAAR Cascades respectively!
https://www.facebook.com/guardmypi/videos/138217028079622/