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/darknet_coco.cmd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build/darknet/x64/darknet_coco.cmd b/build/darknet/x64/darknet_coco.cmd index b29b606..4500fc3 100644 --- a/build/darknet/x64/darknet_coco.cmd +++ b/build/darknet/x64/darknet_coco.cmd @@ -1,6 +1,6 @@ -darknet.exe detector test data/coco.data yolo.cfg yolo.weights -i 0 -thresh 0.25 +darknet.exe detector test data/coco.data cfg/yolov2.cfg yolov2.weights -i 0 -thresh 0.25 pause \ No newline at end of file -- Gitblit v1.10.0