Skip to content
Snippets Groups Projects
Commit 0e610b05 authored by Joseph Redmon's avatar Joseph Redmon
Browse files

and again

parent 336a19f1
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,6 @@ void test_yolo(char *cfgfile, char *weightfile, char *filename, float thresh)
save_image(im, "predictions");
show_image(im, "predictions");
show_image(sized, "resized");
free_image(im);
free_image(sized);
#ifdef OPENCV
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment