mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Update Readme.md
This commit is contained in:
@ -160,6 +160,8 @@ Before make, you can set such options in the `Makefile`: [link](https://github.c
|
||||
5. If you have GPU with Tensor Cores (nVidia Titan V / Tesla V100 / DGX-2 and later) speedup Detection 3x, Training 2x:
|
||||
`\darknet.sln` -> (right click on project) -> properties -> C/C++ -> Preprocessor -> Preprocessor Definitions, and add here: `CUDNN_HALF;`
|
||||
|
||||
**Note:** CUDA must be installed only after that MSVS2015 had been installed.
|
||||
|
||||
### How to compile (custom):
|
||||
|
||||
Also, you can to create your own `darknet.sln` & `darknet.vcxproj`, this example for CUDA 9.1 and OpenCV 3.0
|
||||
|
Reference in New Issue
Block a user