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

Training set, validation set and testing set #66

Closed JamenceTom closed 2 years ago

JamenceTom commented 2 years ago

Hi! It is a great job. In your paper, I notice that PA-100K dataset is divided into training set, validation set and testing set. However, training set and validation set are combined together to train the model in this implementation. In pedestrian attribute recognition task, is it normal to train the model with training set and validation set? I am just confused about it. Thank you very much.

chufengt commented 2 years ago

Sorry for the late reply. For this problem, we simply follow the split principle of RAP that only distinguishes the training and testing sets. Maybe the comparison is not totally fair while most previous works did not release the code. I think our model can still surpass previous methods even without the val set (10k images for PA-100K).