Skip to content

Commit

Permalink
πŸ”₯πŸ”₯πŸ”₯πŸ”₯πŸ”₯πŸ”₯πŸ”₯
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreddie committed Mar 26, 2018
1 parent 698d54c commit 76a0d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/detector.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 76a0d8f

Please sign in to comment.