darknet/src/demo.h
2016-09-24 23:12:54 -07:00

8 lines
206 B
C

#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