dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Fixed fread() for net->seen
AlexeyAB
2017-10-21
ae74d0ef31485f84e1856b4733135d2753dbb033
[~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