-
Notifications
You must be signed in to change notification settings - Fork 770
Closed
Labels
Good First IssueIssues that can be picked up by someone unfamiliar with the repo and would like to contribute.Issues that can be picked up by someone unfamiliar with the repo and would like to contribute.
Description
What is the motivation for this task?
It is handy to collect logged metrics to a csv file.
Describe the solution you'd like
- Add another logger in
src/anomalib/loggers
that writes metrics to a csv file. - The solution will probably involve sub-classing Lightning's CSV Logger.
- Another good feature to add would be to print the collected metrics as a single table like the
_print_tabular_results
method in the benchmark job.
Additional context
No response
Metadata
Metadata
Assignees
Labels
Good First IssueIssues that can be picked up by someone unfamiliar with the repo and would like to contribute.Issues that can be picked up by someone unfamiliar with the repo and would like to contribute.