From bd9989d29ac2eccb186ae59f68ba5e38c3ead072 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Tue, 10 Apr 2018 23:02:49 +0000 Subject: [PATCH] Exit by ESC in yolo_console_dll.cpp --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 0e81cfd..78ba765 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ `C:\opencv_3.0\opencv\build\include;..\..\3rdparty\include;%(AdditionalIncludeDirectories);$(CudaToolkitIncludeDir);$(cudnn)\include` - (right click on project) -> Build dependecies -> Build Customizations -> set check on CUDA 9.1 or what version you have - for example as here: http://devblogs.nvidia.com/parallelforall/wp-content/uploads/2015/01/VS2013-R-5.jpg -- add to project all `.c`, `.cpp` & `.cu` files from `\src` +- add to project all `.c` & `.cu` files and file `http_stream.cpp` from `\src` - (right click on project) -> properties -> Linker -> General -> Additional Library Directories, put here: `C:\opencv_3.0\opencv\build\x64\vc14\lib;$(CUDA_PATH)lib\$(PlatformName);$(cudnn)\lib\x64;%(AdditionalLibraryDirectories)` -- Gitblit v1.10.0