If someone takes a mirror selfie with their head and phone visible, this program can identify their height.
Along with the files in this repository, yolov3.weights needs to be downloaded from this link:
https://pjreddie.com/media/files/yolov3.weights
To run the python program, don't just press run, enter:
python3 mirror.py --image FILE NAME --config yolov3.cfg --weights yolov3.weights --classes yolov3.txt
(things in italics need to be replaced)
Major inspo from https://towardsdatascience.com/yolo-object-detection-with-opencv-and-python-21e50ac599e9
Submission for Hack the Wave!
Won Organizer's Choice!