Skip to content

An application to detect clothes size using image analysis.

Notifications You must be signed in to change notification settings

anshuman1117/hack_v15

Repository files navigation

hack_v15

An application to detect clothes size using image analysis.
An A4 size sheet is used as a reference.

Requirements

  • Python3
  • Opencv
  • imutils

Installing

sudo chmod a+x getModels.sh ./getModels.sh

How To Run

python3 main.py --image src/<image_file_name> --width <size of A4 sheet(7.87)>

Aim

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.

Functionality

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.

Authors

  • Mohit Juneja
  • Abhishek Rajgharia
  • Garndharv Mohan
  • Anshuman Singh

About

An application to detect clothes size using image analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published