A social distancing feedback system for the blind using the OAK-D camera. This project is part of the OpenCV Spatial AI Competition.
Due to current worldwide outbreak of COVID-19, social distancing has become a new social norm as a measure to prevent the widespread of the pandemic. However, visually impaired people are struggling to keep independence in the new socially distanced normal. For blind people, it is not possible to easily confirm if they are keeping the social distance with the people around them.
The objective of my project is to develop a feedback system for the blind that informs about the distance to other people around and whether someone is not wearing a mask. The system uses the OpenCV AI Kit with Depth (OAK-D) due to the capability to run Deep Learning models in real time in the edge in combination with depth estimation from the estereo cameras.
I will be publishing a series of Medium posts where I write about the journey to develop the proposed system.
- Part 1: Initial Setup + Depth: Introduction about my project and initial setup of the OAK-D board. I also compare the estimated depth with the one from the Azure Kinect DK.
- Part 2: Yet another Face Mask Detector…: Comparison of different object detection models (SSD-MobileNetv2, YOLOv3-tiny and YOLOv4-tiny) for Face Mask Detection to find where the people around is.