Can we make a python script that can detect and identify person height weight from an image? [closed]
I tried someones Git but the results are not that good as the sample images provided by him is also not giving accurate results. I want a script in python that takes an image path, scan that image and look for a person in that image, gives back height and weight of person. I know that can't be 100% accurate but it should be 90+ correct.
Input - Sample Image
Output - Height: 117.8 cm, Weight: 68.6 kg
Input - Sample Image2
Output - Height: 170.8 cm, Weight: 77.12 kg