mirror of https://github.com/AlexeyAB/darknet.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
.. | ||
log_parser.py | 7 years ago | |
plot.jpg | 7 years ago | |
readme.md | 7 years ago | |
run_log_parser_windows.cmd | 7 years ago | |
test.log | 7 years ago | |
test_new.log | 7 years ago | |
test_new.svg | 7 years ago |
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