From 5b6dd3a07c0d933f36f9e2a3aaa95ff855ca2795 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Fri, 02 Dec 2016 14:13:40 +0000
Subject: [PATCH] Sources fixed - Yolo v2 can be used on Windows (MSVS 2015 + CUDA 8.0)

---
 src/rnn_vid.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/rnn_vid.c b/src/rnn_vid.c
index 36912d6..7f4c2ba 100644
--- a/src/rnn_vid.c
+++ b/src/rnn_vid.c
@@ -163,6 +163,7 @@
     CvCapture *cap = cvCaptureFromFile("/extra/vid/ILSVRC2015/Data/VID/snippets/val/ILSVRC2015_val_00007030.mp4");
     float *feat;
     float *next;
+	next = NULL;
     image last;
     for(i = 0; i < 25; ++i){
         image im = get_image_from_stream(cap);

--
Gitblit v1.10.0