This repository contains the code for the research paper titled "Diversity in Fashion Recommendation Using Semantic Parsing" by Sagar Verma, Sukhad Anand, Chetan Arora, and Atul Rai.
The code has been test on:
- Nvidia P5000 GPU
- Ubuntu 16.04 LTS
- Pytorch v0.4.0
- Opencv 3.0
1 train.py : This file contains the code for training the model. 2 test.py : This file contains the code for testing the model on deep fashion dataset. 3 extract_features.py : This file contains the code for extracting features using the network from the images which can then be compared to get the testing accuracy.
- Create a numpy file containing the train ids of the images on which the model has to be trained.
- Create a numpy file containing the labels corresponding to trainids of the images used for training.
- Give the created numpy files as input to the training script to begin the training.
- Train the model until loss converges (40-50 epochs)
For each category (examples trousers etc)
- Extract features from images corresponding to all categories and store them in a dictionary
- Get top 100 candidates for each image using stylenet and euclidean distance as a measure.
- Use the euclidean distance as a measure to get the top-k accuracy from the extracted features.
S. Verma, S. Anand, C. Arora, and A. Rai, "Diversity in Fashion Recommendation Using Semantic Parsing." International Conference on Image Processing (ICIP) (Oral) PDF
Please cite the following paper if you find this repository useful.
@article{Sagar2018fashion,
author = {Sagar Verma and
Sukhad Anand and
Chetan Arora and
Atul Rai},
title = {Diversity in Fashion Recommendation Using Semantic Parsing},
booktitle = {ICIP},
year = {2018}
}
For any queries, please contact
Sagar Verma: sagar15056@iiitd.ac.in