AlexeyAB
2017-10-18 398125934292c737b7f74cdcbbbe2f8378378b93
circleci
2 files modified
4 ■■■ changed files
.circleci/config.yml 2 ●●● patch | view | raw | blame | history
src/yolo_console_dll.cpp 2 ●●●●● 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