From 84f53a4b05475156b03cbf9177ae190350fa824e Mon Sep 17 00:00:00 2001 From: Adesun <AvenSun@live.com> Date: Sun, 05 Aug 2018 04:18:27 +0000 Subject: [PATCH] * make regex compatible with new code * fix #777 exceeds Locator.MAXTICKS * set non-interactive backend when OS is not windows * save figure as SVG --- build/darknet/x64/darknet_coco_9000_demo.cmd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build/darknet/x64/darknet_coco_9000_demo.cmd b/build/darknet/x64/darknet_coco_9000_demo.cmd index 390d7d4..9f7f124 100644 --- a/build/darknet/x64/darknet_coco_9000_demo.cmd +++ b/build/darknet/x64/darknet_coco_9000_demo.cmd @@ -1,5 +1,5 @@ -darknet.exe detector demo cfg/combine9k.data yolo9000.cfg yolo9000.weights street4k.mp4 +darknet.exe detector demo cfg/combine9k.data yolo9000.cfg yolo9000.weights street4k.mp4 -out_filename res.avi -- Gitblit v1.10.0