Looking At You is a front-end application which uses computer vision to enable a pair of eyes to follow people using a webcam. The application was developed as part of the 2019 Scott Logic Internship Program.
This file contains functions for detecting user poses from the Posenet skeleton. The functions work, but the file is just a long list of functions with not much structure to it. Functions related to specific poses, and functions used for several poses, could be pulled into their own files and a utils file respectively.
This file contains functions for detecting user poses from the Posenet skeleton. The functions work, but the file is just a long list of functions with not much structure to it. Functions related to specific poses, and functions used for several poses, could be pulled into their own files and a utils file respectively.