Minor fix

This commit is contained in:
AlexeyAB
2018-04-03 14:02:39 +03:00
parent 1b85111217
commit ee8a941922

View File

@ -1146,4 +1146,5 @@ void run_detector(int argc, char **argv)
demo(cfg, weights, thresh, hier_thresh, cam_index, filename, names, classes, frame_skip, prefix, out_filename, demo(cfg, weights, thresh, hier_thresh, cam_index, filename, names, classes, frame_skip, prefix, out_filename,
http_stream_port, dont_show); http_stream_port, dont_show);
} }
else printf(" There isn't such command: %s", argv[2]);
} }