Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input transformation #32

Closed
Simon4Yan opened this issue May 21, 2018 · 1 comment
Closed

Input transformation #32

Simon4Yan opened this issue May 21, 2018 · 1 comment

Comments

@Simon4Yan
Copy link

Simon4Yan commented May 21, 2018

Hello ZZD!

I change this line

transforms.Resize(144, interpolation=3),
to transforms.Resize((288, 144), interpolation=3). And I get 76.5% in rank-1 and 58.9% in mAP on Duke dataset.

@layumi
Copy link
Owner

layumi commented May 21, 2018

Hi, @Simon4Yan
Thank you. Since the size ratio of images in DukeMTMC-reID are not 1:2 (like Market-1501), it might be good to fix the image to 1:2. You are right.
Thank you again for reporting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants