mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
no opencv bad opencv
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user