Code Monkey home page Code Monkey logo

dresstar's Introduction

Dress like a Star: Retrieving Fashion Products from Videos

MATLAB code for "Dress like a Star: Retrieving Fashion Products from Videos" paper. This version of the code is not optimized to run efficiently.

Prerequisites

Usage

  1. Add mexopencv MEX functions to MATLAB path:
addpath('/path/to/mexopencv');
addpath('/path/to/mexopencv/opencv_contrib');
  1. Training. Run training.m to extract features and create the model.
videoDir = '/path/to/videos';
dataDir  = '/path/to/data';
training(videoDir, dataDir);
  1. Testing. Run query2frame.m to match a query image with a dataset frame.
query = imread('/path/to/query.png');
dataDir  = '/path/to/data';
query2frame(query, dataDir);

Demo

We have developed a small GUI demo in MATLAB for Unix systems. To play with it run the demo_gui.m code.

alt text

Citation

This code is the MATLAB's implementation of the paper "Dress lika a Star: Retrieving Fashion Products from Videos" published in the Proceedings of the Computer Vision for Fashion Workshop at ICCV 2017.

@InProceedings{GarciaICCVW2017,
author    = {Noa Garcia and George Vogiatzis},
title     = {Dress like a Star: Retrieving Fashion Products from Videos},
booktitle = {Proceedings of the International Conference on Computer Vision Workshops (ICCVW)},
year      = {2017},
}

dresstar's People

Contributors

noagarcia avatar

Stargazers

Rushirajsinh Parmar avatar DingBin avatar  avatar  avatar Jeong-Hyeon Moon avatar Jingyuan Liu avatar  avatar  avatar Peng Xu (徐鹏) avatar  avatar Huaizheng Hunter Zhang avatar

Watchers

刘国友 avatar  avatar

dresstar's Issues

with code flow

i am not able understand the code actual flow. sir can help me with report or document

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.