Skip to content

Mrjaggu/Object_classification

Repository files navigation

Object_classification and Image similarity..

Task 1

"To build an image recognition model which is capable of identifying the pattern on a dress image.”

You can get the script is in final_model folder.

Dataset Information​ :

  1. This dataset contains links to images of women's dresses.
  2. The corresponding images are categorized into 17 different pattern types.
  3. Most pattern categories have hundreds to thousands of examples.

Trained Model download link

  1. Vgg16 -- [link]
  2. Vgg19 -- [link]
  3. ResNet -- [link]
  4. Final best Model -- [link]

Training data

Run the script 'train_vgg19.py'

Testing data

Run the script 'test_vgg19.py'

Task 2

Download data

  1. Image fearure [link]
  2. Image label [link]
  3. Dress data - Folder Data

"Given a random query image we need to return the similar products.”

You can get the script in images_similarity folder.

To create cnn feature for data

  1. Run the script 'create_cnn_feature.py'
  2. Save the image cnn feature and it's corresponding label

Testing

  1. Run the script 'images_similarity.py' by passing random image and cnn image feature and label path