hi,
i have met some error
error MSB3721 命令 ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_20,code=\"sm_20,compute_20\" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -G --keep-dir Debug -maxrregcount=0 --machine 32 --compile -cudart static -g -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Od /FS /Zi /RTC1 /MDd " -o Debug\activation_kernels.cu.obj "D:\darknet-master\src\activation_kernels.cu"" exited with code 2。
after i google it , i can't find good a solution
so , please help me with it

Hi, I can't reproduce you problem.
darknet.sln?is there any problem with my CUDA ?
Because when first time i install CUDA ,the screen just black out
So i just install again, and it sucessly install
@gimmy4268 Can you show Build customization window in your MSVS when you opened darknet.sln? Such as:

You can find it here:

Also do:



Then set x64 and Release and do:

the same as are enabled in dependencies and iam not getting win10 option there even though mine in win10...could you plz help me out
@sumith96 Try to find solution here: https://stackoverflow.com/questions/38290169/cannot-find-corecrt-h-universalcrt-includepath-is-wrong
What directories do you have?:
C:\Program Files (x86)\Windows Kits\10\Include\C:\Program Files (x86)\Windows Kits\10\Lib\Also try to do:
(right click on project) -> properties -> C/C++ -> General -> Additional Include Directories, put here:
C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\ucrt\;C:\opencv_2.4.9\opencv\build\include;..\..\3rdparty\include;%(AdditionalIncludeDirectories);$(CudaToolkitIncludeDir);$(cudnn)\include
(right click on project) -> properties -> Linker -> General -> Additional Library Directories, put here:
C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\um\x64;C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\ucrt\x64;C:\opencv_2.4.9\opencv\build\x64\vc12\lib;$(CUDA_PATH)lib\$(PlatformName);$(cudnn)\lib\x64;%(AdditionalLibraryDirectories)
It works !
After your instruction, i build successfully!
Thank you for kindly helping !
C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\um\x64
except this every thing is checked and is present
still getting same errors....could u plz help me out!
@gimmy4268 Which of my inctruction did help you?
Then I could recommend these instructions to other people.
i don't know which one did help me.
because i just do all your instructions, and then it works!
sorry can not help you
Hello AlexeyAB
I cant find any pthread.h in the downloaded folder.
May I know if these error has a solution?
Thank you in advance!
Oh found the solution.
https://github.com/AlexeyAB/darknet/issues/175
How to find the Object background color and border thickness of the object using yolo?
How to find the Object features like color, border thickness, co-ordinates, angle of the object etc..?
And how train the above feature data set using yolo?
Please help me out
Thank you in advance!
Most helpful comment
It works !
After your instruction, i build successfully!
Thank you for kindly helping !