From eb45500f330ccefd6faa0771a5abd230c690189a Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Thu, 27 Jul 2017 21:36:11 +0000
Subject: [PATCH] Update Readme.md - how to use Yolo9000

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