From 7612131abb6b6510d4136068028cf54130f6bf54 Mon Sep 17 00:00:00 2001 From: duohappy Date: Sat, 29 Dec 2018 20:14:08 +0800 Subject: [PATCH] =?UTF-8?q?in=20yolo=5Fcpp=5Fdll.sln,=20miss=20a=20?= =?UTF-8?q?=E2=80=9C\=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I open yolo_cpp_dll.sln, and check the config. "\" is missed. Linker -> General -> Additional Library Directories $(CUDA_PATH)lib\$(PlatformName)-->$(CUDA_PATH)\lib\$(PlatformName) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad506796..a9feedaa 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Then add to your created project: - 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)` +`C:\opencv_3.0\opencv\build\x64\vc14\lib;$(CUDA_PATH)\lib\$(PlatformName);$(cudnn)\lib\x64;%(AdditionalLibraryDirectories)` - (right click on project) -> properties -> Linker -> Input -> Additional dependecies, put here: `..\..\3rdparty\lib\x64\pthreadVC2.lib;cublas.lib;curand.lib;cudart.lib;cudnn.lib;%(AdditionalDependencies)`