Joseph Redmon
2015-06-10 afe245329bdd14f36ca773fd7d497fc628b0535a
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);
    }
}