mirror of https://github.com/AlexeyAB/darknet.git
84f53a4b05
* fix #777 exceeds Locator.MAXTICKS * set non-interactive backend when OS is not windows * save figure as SVG |
||
---|---|---|
.. | ||
log_parser.py | ||
plot.jpg | ||
readme.md | ||
run_log_parser_windows.cmd | ||
test.log | ||
test_new.log | ||
test_new.svg |
readme.md
parsing training log and plot
Requirement
- ** matplotlib needed **
Usage
- --source-dir the directory of training log files
- --save-dir the directory to save loss curve, image and csv file
- --log-file log file name to be parsed
- --csv-file csv file name to save loss data, default it's same with training log file name
- --show whether to show after finished parsing, default False, just works on windows or linux with GUI desktop
python log_parser.py --source-dir ./ --save-dir ./ --log-file test.log --show true