ScottLogic / lookingatyou

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.
http://scottlogic.github.io/lookingatyou
MIT License
0 stars 3 forks source link

Tidy up poseDetection.ts #561

Open Adam-McDevitt opened 5 years ago

Adam-McDevitt commented 5 years ago

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.