-
Notifications
You must be signed in to change notification settings - Fork 351
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
Version of sklearn.metrics.average_precision_score Should Be Carefully Considered for mAP #50
Comments
@huanghoujing Thanks a lot for this information! That's interesting. I will check about it when available. |
Thanks again. Yeah, maybe it's necessary to make the mAP eval code self-contained in open-reid. Looking forward to your solution. |
@huanghoujing you may install specific version by pip uninstall scikit-learn
pip install scikit-learn==0.18.1 |
Yeah, currently it is also my awkward solution to downgrade the package and check the version in the code. |
@huanghoujing
|
|
@huanghoujing |
Hi, Tong Xiao.
I find that
sklearn.metrics.average_precision_score
has changed its behavior since version0.19
. Previous versions (I have only tested 0.18.1) generate mAP identical to the code of Market1501, while newer versions (I have only tested 0.19.1) generate higher mAP.I provide a test case for this, link.
Thank you!
The text was updated successfully, but these errors were encountered: