chufengt / ALM-pedestrian-attribute

Code for the paper "Improving Pedestrian Attribute Recognition With Weakly-Supervised Multi-Scale Attribute-Specific Localization", ICCV 2019, http://arxiv.org/abs/1910.04562.
Apache License 2.0
188 stars 66 forks source link

No such file or directory: 'model/bn_inception-52deb4733.pth' #71

Open longeila opened 1 year ago

longeila commented 1 year ago

python main.py --approach=inception_iccv --experiment=peta

这个model 哪里可以下载

shanyzehavy commented 1 year ago

We tried changing the approach argument though couldn't find how to, so we actually changed it from the main function. Check the issue that I posted, it specifies exactly how I did it.

chufengt commented 1 year ago
  1. If you mean the final model trained on PETA, see README.md to download it.

  2. If you mean the pre-trained model (bn_inception-52deb4733.pth), download from https://github.com/chufengt/ALM-pedestrian-attribute/blob/800b969b13496aafeabd2c9516122ffb17df3603/model/inception_iccv.py#L11