mndm-IR

mndm-IR based on tf-slim

View the Project on GitHub

Multi-Negative Deep Metric for Image Retrieval

This repository has the source code for the paper “Multi-Negative Deep Metric for Image Retrieval”. For the loss layer implementation, look at here. Networks can be found here.

Example retrieval results on DeepFashion dataset.
Consumer-to-Shop

Prerequisites

  1. Tensorflow r0.9
  2. Download DeepFashion & CARS196 datasets.
  3. Download pretrained VGG16 model from here.

Training Procedure

Feature extraction for Test

More details in the future. :)