faceon
play

FaceOn Elizabeth Carney and Josephine Nyoike CSC 270, Spring 2019 - PowerPoint PPT Presentation

FaceOn Elizabeth Carney and Josephine Nyoike CSC 270, Spring 2019 Project Goals Why we picked it: - We were both really intrigued by Computer Vision and wanted to learn more about it. What it does: - Recognizes faces in real time using a


  1. FaceOn Elizabeth Carney and Josephine Nyoike CSC 270, Spring 2019

  2. Project Goals Why we picked it: - We were both really intrigued by Computer Vision and wanted to learn more about it. What it does: - Recognizes faces in real time using a PiCam. - Sends data to the Arduino for processing. - If the face is recognized, we hope to open a box.

  3. The Pi/Arduino Setup

  4. Sensor ● Detects how many photons hit the sensor Has a rolling shutter , meaning it ● reads out all of the pixels from the sensor row-by-row ● Constantly streams pixels to the Raspberry Pi through the ribbon cable Can post-process videos and images ● with filters, transformations, etc.

  5. The Code facial_recognition.py ArduinoReceiver.ino if (no faces detected): if (data == 1): new_data = 0 onLED( ) else: openBox( ) Serial Link if (face not recognized): else if (data == 0): new_data = 0 offLED( ) else (if face recognized): closeBox( ) new_data = 1 if (new_data != old_data): ser.write(new_data) Raspberry Pi Arduino

  6. Software Facial Detection

  7. Software Facial Recognition

  8. Challenges No display when Arduino is connected to the Pi ● ● Serial communication - Problem: Overloading the communication channel - Solution: Reduce the amount of data sent

  9. Demo!

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend