Joseph Redmon
2015-04-13 b0106d7bde5240b800425874d30beb0aec262b84
src/detection.c
@@ -93,9 +93,9 @@
        load_thread = load_data_detection_thread(imgs, paths, plist->size, classes, net.w, net.h, side, side, background, &buffer);
/*
           image im = float_to_image(im_dim, im_dim, 3, train.X.vals[114]);
           image im = float_to_image(net.w, net.h, 3, train.X.vals[114]);
           draw_detection(im, train.y.vals[114], 7);
*/
           */
        printf("Loaded: %lf seconds\n", sec(clock()-time));
        time=clock();