mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
8 lines
206 B
C
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
|