From cdd1cb0e8c4fda3671714bb5ad6ba1825cff16d1 Mon Sep 17 00:00:00 2001
From: Puneet Kohli <punkohl@gmail.com>
Date: Sun, 06 May 2018 21:45:26 +0000
Subject: [PATCH] Change matplotlib backend to 'agg' when 'show_plot' is false. This allows the script to be run from command line without any errors (for ex, on a remote machine)

---
 build/darknet/x64/yolo.cfg |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/build/darknet/x64/yolo.cfg b/build/darknet/x64/yolo.cfg
index 7001dfa..e4d93e5 100644
--- a/build/darknet/x64/yolo.cfg
+++ b/build/darknet/x64/yolo.cfg
@@ -256,3 +256,4 @@
 absolute=1
 thresh = .6
 random=1
+

--
Gitblit v1.10.0