This repo accompanies the blog post Estimating Body Mass Index from Face Images Using Keras and Transfer Learning.
Instructions for running the demo
- Clone this repo
- Make sure requirements in
requirements.txt
are installed - Download the trained model weights and put file in the repo directory
python demo.py
If you have more than one face in the frame of your video camera, run the script with the --multiple
flag, or else the results will be off.