Joseph Redmon
2016-09-25 89b0c687b2dd9fff1a7946b24bfeeb0d12837308
not all airplanes
1 files modified
2 ■■■ changed files
src/yolo.c 2 ●●● patch | view | raw | blame | history
src/yolo.c
@@ -316,7 +316,7 @@
        time=clock();
        network_predict(net, X);
        printf("%s: Predicted in %f seconds.\n", input, sec(clock()-time));
        get_detection_boxes(l, 1, 1, thresh, probs, boxes, 1);
        get_detection_boxes(l, 1, 1, thresh, probs, boxes, 0);
        if (nms) do_nms_sort(boxes, probs, l.side*l.side*l.n, l.classes, nms);
        //draw_detections(im, l.side*l.side*l.n, thresh, boxes, probs, voc_names, alphabet, 20);
        draw_detections(im, l.side*l.side*l.n, thresh, boxes, probs, voc_names, alphabet, 20);