darknet/src/demo.h
Joseph Redmon afb8b4f98b CVPR prep
2016-06-22 21:46:32 -07:00

8 lines
191 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, image *labels, int classes);
#endif