no opencv bad opencv

This commit is contained in:
Joseph Redmon
2018-03-15 15:40:09 -07:00
parent 0f110834f4
commit e31c50127e
3 changed files with 5 additions and 2 deletions

View File

@ -94,7 +94,6 @@ void test_super(char *cfgfile, char *weightfile, char *filename)
printf("%s: Predicted in %f seconds.\n", input, sec(clock()-time));
save_image(out, "out");
show_image(out, "out");
cvWaitKey(0);
free_image(im);
if (filename) break;