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

After running the program, the performance of the model decreases. #10

Open
yxsysu opened this issue May 7, 2021 · 1 comment
Open

Comments

@yxsysu
Copy link

yxsysu commented May 7, 2021

I ran the code from 'https://github.com/Simon4Yan/Person_reID_baseline_pytorch' using training data on Duke and obtain a model with 48.8% rank1 accuracy on Market. But after running espgan.py with the default parameters, the model only achieved 41.0 rank1 accuracy on Market...
I want to know what may have gone wrong. Thanks a lot!

@yxsysu
Copy link
Author

yxsysu commented May 7, 2021

I read the paper, and I found that the problem may come from here: 'Specifically, we normalize the image with the same mean (0.5, 0.5, 0.5) and standard deviation (0.5, 0.5, 0.5) for both the image translator and the feature learner' while the mean and std used for normalization in 'https://github.com/Simon4Yan/Person_reID_baseline_pytorch' is [0.485, 0.456, 0.406], [0.229, 0.224, 0.225].

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

1 participant