This commit is contained in:
Joseph Redmon 2016-03-16 01:29:13 -07:00
parent e695698324
commit 64ffc28220
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
#include "opencv2/highgui/highgui_c.h"
#endif
int inverted = 0;
int noi = 0;
int inverted = 1;
int noi = 1;
void train_go(char *cfgfile, char *weightfile)
{