From a7a2e1bb4b0efa55ac2af91358e8c8d2d20076a7 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Fri, 30 Mar 2018 10:19:53 +0000
Subject: [PATCH] Example of anchors generation for Yolo v3

---
 .circleci/config.yml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7434cf9..0bae244 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -7,5 +7,8 @@
     working_directory: ~/work
     steps:
       - checkout
-      - run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8      
+      - run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8
+      - run: make clean
+      - run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=1 -j 8
+      - run: make clean
       - run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 -j 8

--
Gitblit v1.10.0