Darknet/YOLO v3.0-88-gdee7eef
Object Detection Framework
 
Loading...
Searching...
No Matches
demo.cpp File Reference
Include dependency graph for demo.cpp:

Functions

void demo (char *cfgfile, char *weightfile, float thresh, float hier_thresh, int cam_index, const char *filename, char **names, int classes, int avgframes, int frame_skip, char *prefix, char *out_filename, int mjpeg_port, int dontdraw_bbox, int json_port, int dont_show, int ext_output, int letter_box_in, int time_limit_sec, char *http_post_host, int benchmark, int benchmark_layers)
 
void * detect_in_thread (void *ptr)
 
void * detect_in_thread_sync (void *ptr)
 
void * fetch_in_thread (void *ptr)
 
void * fetch_in_thread_sync (void *ptr)
 
double get_wall_time ()
 

Function Documentation

◆ demo()

void demo ( char *  cfgfile,
char *  weightfile,
float  thresh,
float  hier_thresh,
int  cam_index,
const char *  filename,
char **  names,
int  classes,
int  avgframes,
int  frame_skip,
char *  prefix,
char *  out_filename,
int  mjpeg_port,
int  dontdraw_bbox,
int  json_port,
int  dont_show,
int  ext_output,
int  letter_box_in,
int  time_limit_sec,
char *  http_post_host,
int  benchmark,
int  benchmark_layers 
)
Here is the caller graph for this function:

◆ detect_in_thread()

void * detect_in_thread ( void *  ptr)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ detect_in_thread_sync()

void * detect_in_thread_sync ( void *  ptr)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fetch_in_thread()

void * fetch_in_thread ( void *  ptr)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fetch_in_thread_sync()

void * fetch_in_thread_sync ( void *  ptr)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_wall_time()

double get_wall_time ( )