Skip to content

NextFaze/fashion-detection

 
 

Repository files navigation

Fashion Detection in the Wild (Deep Clothes Detector)

[Project] [Paper]

Overview

Deep Clothes Detector is a clothes detection framework based on Fast R-CNN. Given a fashion image, this software finds and localizes potential upper-body clothes, lower-body clothes and full-body clothes in it, respectively.

Further information please contact Ziwei Liu.

Requirements

Getting started

Place "fashion_detector.caffemodel" into "./models/" 
  • Run the testing script:
matlab ./demo.m

Dataset

Large-scale Fashion (DeepFashion) Database

License and Citation

The use of this software is RESTRICTED to non-commercial research and educational purposes.

@inproceedings{liu2016deepfashion,
 author = {Ziwei Liu, Ping Luo, Shi Qiu, Xiaogang Wang, and Xiaoou Tang},
 title = {DeepFashion: Powering Robust Clothes Recognition and Retrieval with Rich Annotations},
 booktitle = {Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
 month = {June},
 year = {2016} 
}

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%