From 75e3936aa1ed86cc44eedbd891a270c0c3c9c328 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 19 Oct 2017 20:22:43 +0000
Subject: [PATCH] Fixed Makefile for the CUDA 9.0

---
 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