Closed jiajunzhang16 closed 4 years ago
HI, i also want to reproduce on RAP dataset, I am troubled by a problem: I use the way in pedestrian-attribute-recognition-pytorch to process Rap dataset. I got two files: rap_partition.pkl and rap_partition.pkl These two files cannot be directly applied to this project because of different formats. How can I turn them into usable? Can I have some suggestions? Thank you very much
HI, i also want to reproduce on RAP dataset, I am troubled by a problem: I use the way in pedestrian-attribute-recognition-pytorch to process Rap dataset. I got two files: rap_partition.pkl and rap_partition.pkl These two files cannot be directly applied to this project because of different formats. How can I turn them into usable? Can I have some suggestions? Thank you very much
refer to #4
hi, thanks for open source.
I tried to reproduce the results on RAP datasets.
There is quite a gap between paper and my reproduction.
Paper :
My reproduction: Last epoch:
The 10th epoch:
I found the 10th epoch is much closer to the paper results. How do you chose your best result ? (The best mA epoch or Recall epoch ?)
Did you correctly use the dataset and code? I achieve the results after about 30 epochs, refer to the Supplementary Material for more training detals.
hi, thanks for open source.
I tried to reproduce the results on RAP datasets.
There is quite a gap between paper and my reproduction.
Paper :
My reproduction: Last epoch:
The 10th epoch:
I found the 10th epoch is much closer to the paper results.
How do you chose your best result ? (The best mA epoch or Recall epoch ?)