dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Fine tuning, use stopbackward=1 in the cfg-file in that layer where Backwar...
AlexeyAB
2018-01-04
9ac78d8b84f6a059d2cefe22a10aa60de5b3feaf
[~speedprog/mtg/mtg_card_detector.git]
/
src
/
demo.h
1
2
3
4
5
6
7
#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, char *out_filename);
#endif