dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Fixed OpenCV usage in the yolo_console_dll.cpp
AlexeyAB
2017-10-23
84d6533cb8112f23a34d3de76435a10f4620f4b8
[~speedprog/mtg/mtg_card_detector.git]
/
.circleci
/
config.yml
1
2
3
4
5
6
7
8
9
10
version: 2.0
jobs:
build:
docker:
- image: alantrrs/cuda-opencv:latest
# - image: nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04
working_directory: ~/work
steps:
- checkout
- run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 -j 8