-
Notifications
You must be signed in to change notification settings - Fork 9
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
Make flexible naming in explanation.save #51
Make flexible naming in explanation.save #51
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #51 +/- ##
===========================================
+ Coverage 92.09% 92.25% +0.16%
===========================================
Files 19 19
Lines 1278 1279 +1
===========================================
+ Hits 1177 1180 +3
+ Misses 101 99 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the usability enhancement!
BTW, I feel a bit confused by the terms. Can we refine?
Anyway, we need match the code & user guide.
I am sorry, maybe I misunderstood it. But I am not sure why we need three string arguments. Can we can have just two? We want the name to contain some target reference, this is for sure. This might be an index or a label name, it is known. Let's refer to it as So here is the structure with two optional string arguments: Having
Now, we also want to support Then we get:
|
@negvet I didn't like the idea of combining My concern here, is that we put the responsibility to add |
In general case, there might be image name, some explain parameters, shooting conditions, timeframe, etc. In our examples, we might use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update. I'm all OK for 2 args or 3 args.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Allows flexibly name the files with the prefix, suffix, and postfix. Add possibility to save confidence scores in saliency map name