公告板
版本库
filestore
活动
搜索
登录
Algorithm
/
yoloBasic
basic版本的yolo,在yolov3版本上增加人体跟踪
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
add m
xuepengqiang
2020-05-26
5966f2b095841627d62daac0159e81f83544b85c
[Algorithm/yoloBasic.git]
/
lib
/
detecter_tools
/
darknet
/
demo.h
1
2
3
4
5
6
7
#ifndef DEMO
#define DEMO
#include "image.h"
void demo(char *cfgfile, char *weightfile, float thresh, float hier_thresh, int cam_index, const char *filename, char **names, int classes, int frame_skip, char *prefix, char *out_filename, int http_stream_port, int dont_show);
#endif