YOLOv3 WOOOO!!!!!!!

This commit is contained in:
Joseph Redmon
2018-03-25 00:51:26 -07:00
parent 777b098232
commit e84933bfdd
21 changed files with 824 additions and 1780 deletions

View File

@@ -433,7 +433,7 @@ int main(int argc, char **argv)
} else if (0 == strcmp(argv[1], "detector")){
run_detector(argc, argv);
} else if (0 == strcmp(argv[1], "detect")){
float thresh = find_float_arg(argc, argv, "-thresh", .24);
float thresh = find_float_arg(argc, argv, "-thresh", .5);
char *filename = (argc > 4) ? argv[4]: 0;
char *outfile = find_char_arg(argc, argv, "-out", 0);
int fullscreen = find_arg(argc, argv, "-fullscreen");