From 30e08573d1c24b93ea01b209917ef91bde392673 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Sun, 06 May 2018 18:31:49 +0000
Subject: [PATCH] Merge pull request #759 from Adesun/log_parser

---
 scripts/log_parser/readme.md |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/scripts/log_parser/readme.md b/scripts/log_parser/readme.md
new file mode 100644
index 0000000..4982d27
--- /dev/null
+++ b/scripts/log_parser/readme.md
@@ -0,0 +1,21 @@
+#### 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
+
+`python log_parser.py --source-dir ./ --save-dir ./ --log-file test.log --show true`
+
+![plot](https://github.com/Adesun/darknet/blob/log_parser/scripts/log_parser/plot.jpg)
+
+
+
+
+
+
+  

--
Gitblit v1.10.0