-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add new evaluation indicators #35
Comments
Hi! Thanks for your attention to our work. Sorry that we have identified an existing bug that AUC may not incorporate properly. #36 We will solve it today. If this issue is solved, you may update the IMDL-BenCo with pip install. Then copy a train.py and change this line to the IMDLBenCo/IMDLBenCo/training_scripts/train.py Line 285 in 7d5edae
|
solved with PR #38 You can follow the instructions to change the ideal evaluators with the name mentioned here. https://github.com/scu-zjz/IMDLBenCo/blob/main/IMDLBenCo/evaluation/__init__.py If you want to define new extactors, please reload the https://github.com/scu-zjz/IMDLBenCo/blob/main/IMDLBenCo/evaluation/abstract_class.py |
This guidance will be added to the documentation soon. Sincerely thanks for pointing out the issue. |
Hi, thanks for your feedback.
from IMDLBenCo.evaluation import PixelAUC
I believe the best place to insert the evaluator is here, but the IMDLBenCo/IMDLBenCo/training_scripts/test.py Lines 141 to 144 in 7d5edae
For reliability, we have tested all evaluator classes with test functions like this: IMDLBenCo/IMDLBenCo/evaluation/AUC.py Line 162 in 7d5edae
Honestly, if you are writing research papers, I recommend you to do a simple double-check with standard metrics in sklearn on your test cases for the best reliability. Since this project is in early development, although we do our best to maintain the details reliably, we may have negligence in corner cases. Sorry for the inconvenience caused by this matter, but your rigor contributes to the entire academic community. Also, feel free to share the corresponding logs and metrics to help us to locate the issue. We will give our attention as soon as possible. Thanks again for trying out IMDL-BenCo. If you have further issues or questions, please feel free to discuss them here. |
How to add the evaluation indicators you need when evaluating or training the model
The text was updated successfully, but these errors were encountered: