#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>
Go to the source code of this file.
|
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) |
|
◆ DEMO
◆ 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 |
|
) |
| |