This commit is contained in:
AlexeyAB 2017-10-19 02:26:10 +03:00
parent a420d05763
commit 3981259342
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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