DeepFashion
MMFashion develops "fashion parsing and segmentation" module based on the dataset DeepFashion-Inshop. Its annotation follows COCO style. To use it, you need to first download the data. Note that we only use "img_highres" in this task. The file tree should be like this:
mmdetection
βββ mmdet
βββ tools
βββ configs
βββ data
β βββ DeepFashion
β β βββ In-shop
β β βββ Anno
β β β βββ segmentation
β β β | βββ DeepFashion_segmentation_train.json
β β β | βββ DeepFashion_segmentation_query.json
β β β | βββ DeepFashion_segmentation_gallery.json
β β β βββ list_bbox_inshop.txt
β β β βββ list_description_inshop.json
β β β βββ list_item_inshop.txt
β β β βββ list_landmarks_inshop.txt
β β βββ Eval
β β β βββ list_eval_partition.txt
β β βββ Img
β β β βββ img
β β β β βββXXX.jpg
β β β βββ img_highres
β β β βββ βββXXX.jpg
After that you can train the Mask RCNN r50 on DeepFashion-In-shop dataset by launching training with the mask_rcnn_r50_fpn_1x.py
config
or creating your own config file.
@inproceedings{liuLQWTcvpr16DeepFashion,
author = {Liu, Ziwei and Luo, Ping and Qiu, Shi and Wang, Xiaogang and Tang, Xiaoou},
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}
}