Darknet/YOLO v3.0-88-gdee7eef
Object Detection Framework
 
Loading...
Searching...
No Matches
demo.hpp File Reference
Include dependency graph for demo.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

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: