Skip to content

Code for the paper "Improving Pedestrian Attribute Recognition With Weakly-Supervised Multi-Scale Attribute-Specific Localization", ICCV 2019, http://arxiv.org/abs/1910.04562.

License

Notifications You must be signed in to change notification settings

winterxx/iccv19_attribute

This branch is up to date with chufengt/ALM-pedestrian-attribute:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 30, 2021
800b969 · Dec 30, 2021

History

15 Commits
Dec 15, 2020
Dec 15, 2020
Jan 30, 2020
Dec 30, 2021
Dec 15, 2020
Jan 30, 2020

Repository files navigation

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.

We provide the label lists for training and testing.

Training and Testing

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

Pretrained Models

We provide the pretrained models for reference, the results may slightly different with the values reported in our paper.

Dataset mA Link
PETA 86.34 Model
RAP 81.86 Model
PA-100K 80.45 Model

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}
}

About

Code for the paper "Improving Pedestrian Attribute Recognition With Weakly-Supervised Multi-Scale Attribute-Specific Localization", ICCV 2019, http://arxiv.org/abs/1910.04562.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%