🔥🔥🔥🔥🔥🔥🔥

This commit is contained in:
Joseph Redmon 2018-03-26 08:59:39 -07:00
parent 698d54cb5f
commit 76a0d8fb6d
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ void test_detector(char *datacfg, char *cfgfile, char *weightfile, char *filenam
double time;
char buff[256];
char *input = buff;
float nms=0;
float nms=.45;
while(1){
if(filename){
strncpy(input, filename, 256);