AlexeyAB
2017-02-28 2a9a5229c87c5e05c87d9d792c62cf020b3f1981
1
2
3
4
5
6
7
#ifndef DEMO
#define DEMO
 
#include "image.h"
void demo(char *cfgfile, char *weightfile, float thresh, int cam_index, const char *filename, char **names, int classes, int frame_skip, char *prefix);
 
#endif