| .circleci/config.yml | ●●●●● patch | view | raw | blame | history | |
| src/yolo_console_dll.cpp | ●●●●● patch | view | raw | blame | history |
.circleci/config.yml
@@ -6,7 +6,7 @@ working_directory: ~/work steps: - checkout - run: make LIBSO=1 - run: make LIBSO=1 OPENCV=1 - run: | ulimit -c unlimited ./darknet src/yolo_console_dll.cpp
@@ -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