threshs are floats

This commit is contained in:
Joseph Redmon 2015-11-26 14:40:49 -08:00
parent ed08173634
commit 2774cd86d4
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ static image det_s;
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)
{

View File

@ -33,7 +33,7 @@ static image det_s;
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)
{