Joseph Redmon
2015-11-26 2774cd86d41df2f4a5cf576a72418cadf90b4072
threshs are floats
2 files modified
4 ■■■■ changed files
src/coco_kernels.cu 2 ●●● patch | view | raw | blame | history
src/yolo_kernels.cu 2 ●●● patch | view | raw | blame | history
src/coco_kernels.cu
@@ -32,7 +32,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_coco(void *ptr)
{
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)
{