Update Readme.md

This commit is contained in:
Alexey
2018-07-04 19:00:42 +03:00
committed by GitHub
parent 6d2e31bf20
commit f7961c3ca8

View File

@ -128,7 +128,7 @@ Before make, you can set such options in the `Makefile`: [link](https://github.c
* `DEBUG=1` to bould debug version of Yolo
* `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. Or you can try to run so `LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH ./uselib test.mp4` 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
or use in such a way: `LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH ./uselib data/coco.names cfg/yolov3.cfg yolov3.weights test.mp4`
### How to compile on Windows: