Joseph Redmon
2015-06-10 cbc9984a17b3452da4fee397aac912f1e9f7a4c3
src/captcha.c
@@ -62,7 +62,9 @@
        float *predictions = network_predict(net, X);
        image out  = float_to_image(300, 57, 1, predictions);
        show_image(out, "decoded");
        #ifdef OPENCV
        cvWaitKey(0);
        #endif
        free_image(im);
    }
}