You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
314 B
9 lines
314 B
#pragma once |
|
#ifndef DEMO_H |
|
#define DEMO_H |
|
#include "define_inc.h" |
|
#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, int avg, float hier_thresh, int w, int h, int fps, int fullscreen); |
|
|
|
#endif
|
|
|