mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
threshs are floats
This commit is contained in:
parent
ed08173634
commit
2774cd86d4
@ -32,7 +32,7 @@ static image det_s;
|
|||||||
static image disp ;
|
static image disp ;
|
||||||
static cv::VideoCapture cap;
|
static cv::VideoCapture cap;
|
||||||
static float fps = 0;
|
static float fps = 0;
|
||||||
static int demo_thresh = 0;
|
static float demo_thresh = 0;
|
||||||
|
|
||||||
void *fetch_in_thread_coco(void *ptr)
|
void *fetch_in_thread_coco(void *ptr)
|
||||||
{
|
{
|
||||||
|
@ -33,7 +33,7 @@ static image det_s;
|
|||||||
static image disp ;
|
static image disp ;
|
||||||
static cv::VideoCapture cap;
|
static cv::VideoCapture cap;
|
||||||
static float fps = 0;
|
static float fps = 0;
|
||||||
static int demo_thresh = 0;
|
static float demo_thresh = 0;
|
||||||
|
|
||||||
void *fetch_in_thread(void *ptr)
|
void *fetch_in_thread(void *ptr)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user