mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
and again
This commit is contained in:
parent
336a19f145
commit
0e610b056d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user