Skip to content
Snippets Groups Projects
Commit a19604bf authored by Joseph Redmon's avatar Joseph Redmon
Browse files

ok back

parent 0e610b05
No related branches found
No related tags found
No related merge requests found
......@@ -374,7 +374,7 @@ void run_yolo(int argc, char **argv)
voc_labels[i] = load_image_color(buff, 0, 0);
}
float thresh = find_float_arg(argc, argv, "-thresh", .15);
float thresh = find_float_arg(argc, argv, "-thresh", .2);
int cam_index = find_int_arg(argc, argv, "-c", 0);
int frame_skip = find_int_arg(argc, argv, "-s", 0);
if(argc < 4){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment