Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 664 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 664 Bytes

hand-raised-detector

A computer vision system for detecting raised hands in a lecture room.

The program locates individuals through face detection using the ageitgey/face_recognition library. Based on the location and dimensions of the faces, the individuals' upper body is extracted from the image and sent to a Clarifai classification model.

The model was trained to differentiate between individuals with their hands raised and those without their hands raised. Using the probability value returned by Clarifai, a blue (negative) or green (affirmative) bounding box is draw around the individuals' faces. This process is performed on each frame of a video.