How to predict size of proposal/wedding ring from a photo

After searching a lot over internet, I couldn’t find a code which could predict the size of the proposal ring from a photograph. So, I decided to write one. Here in the version 1.0, I am using python computer vision module to do the job.

I bought a ring based on this code’s predictions and voila, she said yes!

Pre-requisites

Make sure that you have the following packages already installed on your ubuntu machine.

  1. python 3
  2. opencv module of python; use pip install opencv-python

Github Gist

Run the following Github Gist code using python. It reads a file called hand1.png. Make sure that the photograph file you are providing has this name, or change the name inside the code.

Ravindra Shinde
Ravindra Shinde
Research Scientist

I am a theoretical and computational condensed matter physicist and quantum chemist. I am currently working as a researcher at the University of Twente, the Netherlands. I am also the founder of The Science Dev.



Next
Previous