From 53b69a21426d3593c8bf8d337c906731886310d9 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Wed, 02 Aug 2017 22:41:28 +0000
Subject: [PATCH] Update Readme.md
---
README.md | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/README.md b/README.md
index be808b4..0976c18 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@
5. If you want to build with CUDNN to speed up then:
- * download and install **cuDNN 5.1 for CUDA 8.0**: https://developer.nvidia.com/cudnn
+ * download and install **cuDNN 6.0 for CUDA 8.0**: https://developer.nvidia.com/cudnn
* add Windows system variable `cudnn` with path to CUDNN: https://hsto.org/files/a49/3dc/fc4/a493dcfc4bd34a1295fd15e0e2e01f26.jpg
@@ -332,6 +332,7 @@
* after launching your console application and entering the image file name - you will see info for each object:
`<obj_id> <left_x> <top_y> <width> <height> <probability>`
* to use simple OpenCV-GUI you should uncomment line `//#define OPENCV` in `yolo_console_dll.cpp`-file: [link](https://github.com/AlexeyAB/darknet/blob/a6cbaeecde40f91ddc3ea09aa26a03ab5bbf8ba8/src/yolo_console_dll.cpp#L5)
+ * you can see source code of simple example for detection on the video file: [link](https://github.com/AlexeyAB/darknet/blob/ab1c5f9e57b4175f29a6ef39e7e68987d3e98704/src/yolo_console_dll.cpp#L75)
`yolo_cpp_dll.dll`-API: [link](https://github.com/AlexeyAB/darknet/blob/master/src/yolo_v2_class.hpp#L31)
```
--
Gitblit v1.10.0