darknet/scripts/log_parser
Adesun 84f53a4b05 * make regex compatible with new code
* fix #777 exceeds Locator.MAXTICKS
* set non-interactive backend when OS is not windows
* save figure as SVG
2018-08-05 12:18:27 +08:00
..
log_parser.py * make regex compatible with new code 2018-08-05 12:18:27 +08:00
plot.jpg
readme.md * make regex compatible with new code 2018-08-05 12:18:27 +08:00
run_log_parser_windows.cmd Minor fix - what pip-packages are required for Python scripts 2018-05-06 21:51:31 +03:00
test.log
test_new.log * make regex compatible with new code 2018-08-05 12:18:27 +08:00
test_new.svg * make regex compatible with new code 2018-08-05 12:18:27 +08:00

readme.md

parsing training log and plot

Requirement

  1. ** matplotlib needed **

Usage

  1. --source-dir the directory of training log files
  2. --save-dir the directory to save loss curve, image and csv file
  3. --log-file log file name to be parsed
  4. --csv-file csv file name to save loss data, default it's same with training log file name
  5. --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

plot