Extraction of Human Body Measurements from 2D images for Clothing options
Install requirements
pip install requirements.txtStore front and side images in the 'in' folder in the repo directory. Change directory to hmr2/src.
cd hmr2/srcRun download_model.py if running for the first time.
python download_model.pyRun final.py and enter height. Enter height as 0 to stop the program.
python final.pyRun accuracy.py to check accuracy of the calculation after storing actual measurements in the actual_measure.json file in the 'in' folder.
cd ..
cd ..
python accuracy.py
