From 08d6910521d9aa05a11d0db154ae70874e47d0e1 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 10 Aug 2017 00:06:24 +0300 Subject: [PATCH] Update Readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a199b42..7044adaf 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,8 @@ Before make, you can set such options in the `Makefile`: [link](https://github.c * `CUDNN=1` to build with cuDNN v5/v6 to accelerate training by using GPU * `OPENCV=1` to build with OpenCV 3.x/2.4.x - allows to detect on video files and video streams from network cameras or web-cams * `DEBUG=1` to bould debug version of Yolo -* `OPENMP=1` to build with OpenMP suuport to accelerate by using multi-core CPU -* `LIBSO=1` to build an library `darknet.so` and binary runable file `uselib` that uses this library. How to use this SO-library from your own code - you can look at C++ example: https://github.com/AlexeyAB/darknet/blob/master/src/yolo_console_dll.cpp +* `OPENMP=1` to build with OpenMP support to accelerate Yolo by using multi-core CPU +* `LIBSO=1` to build a library `darknet.so` and binary runable file `uselib` that uses this library. How to use this SO-library from your own code - you can look at C++ example: https://github.com/AlexeyAB/darknet/blob/master/src/yolo_console_dll.cpp ### How to compile on Windows: