and again

This commit is contained in:
Joseph Redmon 2016-09-07 22:46:10 -07:00
parent 336a19f145
commit 0e610b056d

View File

@ -355,7 +355,6 @@ void test_yolo(char *cfgfile, char *weightfile, char *filename, float thresh)
save_image(im, "predictions"); save_image(im, "predictions");
show_image(im, "predictions"); show_image(im, "predictions");
show_image(sized, "resized");
free_image(im); free_image(im);
free_image(sized); free_image(sized);
#ifdef OPENCV #ifdef OPENCV