Srisukanya G. | BlueStamp Engineering

Srisukanya G.

Raspberry Pi Object Detection

This will serve as a brief description of your project. Limit this to three sentences because it can become overly long at that point. This copy should draw the user in and make she/him want to read more.
Engineer School Area of Interest Grade
Srisukanya G.
Dublin High School
Electrical Engineering
Rising Senior

FIRST MILESTONE

The first week focused on installing VNC, Putty, Visual Studio Code, and Raspberry Pi Imager. After connecting Raspberry Pi to the computer using a micro HDMI wire, I started coding with it on VS Code using python. The first task was a python program for using the Raspberry Pi Camera on VS Code. It was run on VNC using ssh commands and this successfully displayed the camera screen. Next, we used tensor flow to detect objects in a passed image. It takes a bmp image as an input and uses an interpreter to output a list of objects it believes to be in the image along with the certainty of it being that object.

SECOND MILESTONE

I brainstormed possible modifications that could be made to the project and settled on a Missing Person project. A program would consistently monitor the Raspberry Pi Camera feed to identify a target and output an image with a rectangle around the target’s face. Dlib and OpenCV were implemented for facial recognition purposes, as the dlib is responsible for mapping out the coordinates of facial points and the OpenCV draws the rectangles around the faces that match the target face. The target face is saved in a folder and when “Enter” is pressed, the program takes a picture and identifies the faces in it and compares it with the target.

FINAL MILESTONE

Stay Connected to BlueStamp