An application to detect clothes size using image analysis.
An A4 size sheet is used as a reference.
- Python3
- Opencv
- imutils
sudo chmod a+x getModels.sh ./getModels.sh
python3 main.py --image src/<image_file_name> --width <size of A4 sheet(7.87)>
Main motive of the project is to take the image of any person and tell him the required size of the clothes he is looking for.
Project detects the dimensions of a human body required for the clothes sizes. It does that by detecting the dimensions of the reference A4 sheet and measuring them. Then, it recognises the location of joints in the picture and then calculates the distance between the joints with respect to the reference sheet. Then, using a pre-defined range, as per the clothes vendor, it tells the corresponding size.
- Mohit Juneja
- Abhishek Rajgharia
- Garndharv Mohan
- Anshuman Singh