Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.45 KB

File metadata and controls

46 lines (31 loc) · 1.45 KB

Improving Pedestrian Attribute Recognition With Weakly-Supervised Multi-Scale Attribute-Specific Localization

Code for the paper "Improving Pedestrian Attribute Recognition With Weakly-Supervised Multi-Scale Attribute-Specific Localization", ICCV 2019, Seoul.

[Paper] [Poster]

Contact: chufeng.t@foxmail.com or tcf18@mails.tsinghua.edu.cn

Environment

  • Python 3.6+
  • PyTorch 0.4+

Datasets

The original datasets should be processed to match the DataLoader.

An example: dangweili/pedestrian-attribute-recognition-pytorch.

Training and Testing

python main.py --approach=inception_iccv --experiment=rap
python main.py --approach=inception_iccv --experiment=rap -e --resume='model_path'

Reference

If this work is useful to your research, please cite:

@inproceedings{tang2019improving,
  title={Improving Pedestrian Attribute Recognition With Weakly-Supervised Multi-Scale Attribute-Specific Localization},
  author={Tang, Chufeng and Sheng, Lu and Zhang, Zhaoxiang and Hu, Xiaolin},
  booktitle={Proceedings of the IEEE International Conference on Computer Vision},
  pages={4997--5006},
  year={2019}
}