From a2f3644e87c11c222f86aa2aeb0e31d858ebb024 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Sat, 21 Apr 2018 20:56:46 +0000
Subject: [PATCH] Merge pull request #675 from IlyaOvodov/Flip_Fix

---
 build/darknet/x64/darknet_net_cam_coco.cmd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build/darknet/x64/darknet_net_cam_coco.cmd b/build/darknet/x64/darknet_net_cam_coco.cmd
index f6d4d87..414bff0 100644
--- a/build/darknet/x64/darknet_net_cam_coco.cmd
+++ b/build/darknet/x64/darknet_net_cam_coco.cmd
@@ -5,7 +5,7 @@
 #
 # Replace the address below, on shown in the phone application
 
-darknet.exe detector demo data/coco.data yolo.cfg yolo.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0 
+darknet.exe detector demo data/coco.data cfg/yolov2.cfg yolov2.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0
 
 
 pause
\ No newline at end of file

--
Gitblit v1.10.0