Skip to content

Face Scanner for OPAD 2024. Partnered work with NHS clinical practitioners, first steps in development of image segmentation application that scans and allocates the correctly sized NIV masks for pediatric care.

Notifications You must be signed in to change notification settings

cegavix/FaceScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FaceScanner

Face Scanner for OPAD 2024. Partnered work with NHS clinical practitioners, first steps in development of image segmentation application that scans and allocates the correctly sized NIV masks for pediatric care.

Back end Installation

  1. Clone the repository
  2. Install the required packages on a virtual environment
  • Example bash script, for MacOS/Linux:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Current ideas/benchmarks

  • Implementing a face scanner that can detect the face
  • Perform camera calibration calculations that can be applied on multiple devices
  • Do this by Prompt user to be 20 cm away from camera on initialisation

face mesh numbers

  • The main points of interest are the bridge of the nose and the top of the chin camera to measurements
  • The pixel distance between these two points will be used to calculate the physical distance

Backend Results

perfect backend

Credits

Camera calibration code: https://learnopencv.com/camera-calibration-using-opencv/

About

Face Scanner for OPAD 2024. Partnered work with NHS clinical practitioners, first steps in development of image segmentation application that scans and allocates the correctly sized NIV masks for pediatric care.

Topics

Resources

Stars

Watchers

Forks

Languages