Go
Joseph Redmon
2016-03-14 d1965bdb969920c85f72785ec6e1f3d7bda957de
src/yolo_kernels.cu
@@ -33,7 +33,7 @@
static image disp ;
static cv::VideoCapture cap;
static float fps = 0;
static int demo_thresh = 0;
static float demo_thresh = 0;
void *fetch_in_thread(void *ptr)
{