Home

Awesome

Fashion Landmark Detection in the Wild

Fashion landmarks are functional keypoints defined on clothes, such as corners of neckline, hemline and cuff. They have been recently introduced as an effective visual representation for fashion image understanding. Our Deep Fashion Alignment (DFA) takes clothes bounding box as input and predict both fashion landmark locations and visibility states.

[Project] [Paper]

<img src='./misc/demo.gif' width=540>

Overview

Deep Fashion Alignment (DFA) is the authors' implementation of the fashion landmark detector described in:
"Fashion Landmark Detection in the Wild"
Ziwei Liu, Sijie Yan, Ping Luo, Xiaogang Wang, Xiaoou Tang (The Chinese University of Hong Kong)
In European Conference on Computer Vision (ECCV) 2016

<img src='./misc/demo_teaser.jpg' width=800>

Contact: Sijie Yan (ys016@ie.cuhk.edu.hk) and Ziwei Liu (lz013@ie.cuhk.edu.hk)

Getting started

Place "*.caffemodel" into "./models/FLD_upper(or lower or full)/" 
Place "*.jpg" into "./data/FLD_upper(or lower or full)/" 
matlab ./scripts/demo.m

Model Zoo:

Dataset

Large-scale Fashion (DeepFashion) Database: Fashion Landmark Detection Benchmark (FLD)

License and Citation

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

@inproceedings{liu2016fashionlandmark,
 author = {Ziwei Liu, Sijie Yan, Ping Luo, Xiaogang Wang, and Xiaoou Tang},
 title = {Fashion Landmark Detection in the Wild},
 booktitle = {European Conference on Computer Vision (ECCV)},
 month = {October},
 year = {2016} 
}