31sy / Clothing_TAN

Clothing attribute prediction with task-aware attention network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clothing_TAN

This respository includes a PyTorch implementation of Task-aware Attention Model for Clothing Attribute Prediction.

Requirements:

python 3.6
PyTorch

Dataset

Plesae download woman clothing dataset accoding to baidu yun link Fashion dataset

Running

Runing TAN based on AlexNet backbone.
bash train_val_alexnet.sh
Runing TAN based on AlexNet backbone.
bash train_val_vgg16.sh

Acknowledgment

If this code is helpful for your research, please cite the following paper:

@article{TAN2020,
title={Task-aware Attention Model for Clothing Attribute Prediction},
author={Sanyi Zhang, Zhanjie Song, Xiaochun Cao, Hua Zhang, Jie Zhou},
journal={IEEE Transactions on Circuits and Systems for Video Technology (TCSVT)},
volume={30},
number={4},
pages={1051--1064},
year={2020},
publisher={IEEE}
}

About

Clothing attribute prediction with task-aware attention network


Languages

Language:Python 99.5%Language:Shell 0.5%