darknet  v3
Macros | Functions
demo.c File Reference
#include "network.h"
#include "detection_layer.h"
#include "region_layer.h"
#include "cost_layer.h"
#include "utils.h"
#include "parser.h"
#include "box.h"
#include "image.h"
#include "demo.h"
#include <sys/time.h>
Include dependency graph for demo.c:

Go to the source code of this file.

Macros

#define DEMO   1
 

Functions

void demo (char *cfgfile, char *weightfile, float thresh, int cam_index, const char *filename, char **names, int classes, int delay, char *prefix, int avg, float hier, int w, int h, int frames, int fullscreen)
 

Macro Definition Documentation

◆ DEMO

#define DEMO   1

Definition at line 12 of file demo.c.

Function Documentation

◆ demo()

void demo ( char *  cfgfile,
char *  weightfile,
float  thresh,
int  cam_index,
const char *  filename,
char **  names,
int  classes,
int  delay,
char *  prefix,
int  avg,
float  hier,
int  w,
int  h,
int  frames,
int  fullscreen 
)

Definition at line 359 of file demo.c.