using caffe's im2col, it's so much better\!

This commit is contained in:
Joseph Redmon
2015-03-21 14:17:39 -07:00
parent 4af116e996
commit 9d418102f4
5 changed files with 234 additions and 131 deletions

View File

@@ -8,7 +8,7 @@ OBJDIR=./obj/
CC=gcc
NVCC=nvcc
OPTS=-O0
OPTS=-O3
LDFLAGS=`pkg-config --libs opencv` -lm -pthread -lstdc++
COMMON=`pkg-config --cflags opencv` -I/usr/local/cuda/include/
CFLAGS=-Wall -Wfatal-errors