mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
this'll teach me to mess with maxpooling
This commit is contained in:
@ -93,7 +93,7 @@ void test_super(char *cfgfile, char *weightfile, char *filename)
|
||||
image out = get_network_image(net);
|
||||
printf("%s: Predicted in %f seconds.\n", input, sec(clock()-time));
|
||||
save_image(out, "out");
|
||||
show_image(out, "out");
|
||||
show_image(out, "out", 0);
|
||||
|
||||
free_image(im);
|
||||
if (filename) break;
|
||||
|
Reference in New Issue
Block a user