mirror of https://github.com/AlexeyAB/darknet.git
circleci
This commit is contained in:
parent
a420d05763
commit
3981259342
|
@ -6,7 +6,7 @@ jobs:
|
|||
working_directory: ~/work
|
||||
steps:
|
||||
- checkout
|
||||
- run: make LIBSO=1
|
||||
- run: make LIBSO=1 OPENCV=1
|
||||
- run: |
|
||||
ulimit -c unlimited
|
||||
./darknet
|
||||
|
|
|
@ -8,7 +8,9 @@
|
|||
#include <mutex> // std::mutex, std::unique_lock
|
||||
#include <condition_variable> // std::condition_variable
|
||||
|
||||
#ifdef WIN32
|
||||
#define OPENCV
|
||||
#endif
|
||||
|
||||
#include "yolo_v2_class.hpp" // imported functions from DLL
|
||||
|
||||
|
|
Loading…
Reference in New Issue