AlexeyAB
2018-08-23 08285dbc84d4cf5c988a301a18e044224178a0c3
scripts/log_parser/readme.md
@@ -7,11 +7,11 @@
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
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](https://github.com/Adesun/darknet/blob/log_parser/scripts/log_parser/plot.jpg)