cheating a little here

This commit is contained in:
Joseph Redmon
2016-11-26 21:21:04 -08:00
parent c314dff29d
commit 2710d63257
2 changed files with 2 additions and 2 deletions

View File

@ -497,7 +497,7 @@ void test_detector(char *datacfg, char *cfgfile, char *weightfile, char *filenam
void run_detector(int argc, char **argv)
{
char *prefix = find_char_arg(argc, argv, "-prefix", 0);
float thresh = find_float_arg(argc, argv, "-thresh", .25);
float thresh = find_float_arg(argc, argv, "-thresh", .24);
int cam_index = find_int_arg(argc, argv, "-c", 0);
int frame_skip = find_int_arg(argc, argv, "-s", 0);
if(argc < 4){