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:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user